Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-4800 (GCVE-0-2026-4800)
Vulnerability from cvelistv5 – Published: 2026-03-31 19:25 – Updated: 2026-03-31 20:37- CWE-94 - Improper Control of Generation of Code ('Code Injection')
| Vendor | Product | Version | |
|---|---|---|---|
| lodash | lodash |
Affected:
4.0.0 , < 4.18.0
(semver)
Unaffected: 4.18.0 (semver) |
|
| lodash | lodash-es |
Affected:
4.0.0 , < 4.18.0
(semver)
Unaffected: 4.18.0 (semver) |
|
| lodash | lodash-amd |
Affected:
4.0.0 , < 4.18.0
(semver)
Unaffected: 4.18.0 (semver) |
|
| lodash | lodash.template |
Affected:
4.0.0 , < 4.18.0
(semver)
Unaffected: 4.18.0 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-4800",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-31T20:36:55.080392Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-03-31T20:37:03.964Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"packageURL": "pkg:npm/lodash",
"product": "lodash",
"vendor": "lodash",
"versions": [
{
"lessThan": "4.18.0",
"status": "affected",
"version": "4.0.0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "4.18.0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"packageURL": "pkg:npm/lodash-es",
"product": "lodash-es",
"vendor": "lodash",
"versions": [
{
"lessThan": "4.18.0",
"status": "affected",
"version": "4.0.0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "4.18.0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"packageURL": "pkg:npm/lodash-amd",
"product": "lodash-amd",
"vendor": "lodash",
"versions": [
{
"lessThan": "4.18.0",
"status": "affected",
"version": "4.0.0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "4.18.0",
"versionType": "semver"
}
]
},
{
"defaultStatus": "unaffected",
"packageURL": "pkg:npm/lodash.template",
"product": "lodash.template",
"vendor": "lodash",
"versions": [
{
"lessThan": "4.18.0",
"status": "affected",
"version": "4.0.0",
"versionType": "semver"
},
{
"status": "unaffected",
"version": "4.18.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "dolevmiz1"
},
{
"lang": "en",
"type": "reporter",
"value": "bugbunny-research"
},
{
"lang": "en",
"type": "reporter",
"value": "M0nd0R"
},
{
"lang": "en",
"type": "remediation developer",
"value": "UlisesGascon"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "falsyvalues"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "jonchurch"
},
{
"lang": "en",
"type": "reporter",
"value": "threalwinky"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "jdalton"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Impact:\n\nThe fix for CVE-2021-23337 (https://github.com/advisories/GHSA-35jh-r3h4-6jhm) 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.\n\nWhen an application passes untrusted input as options.imports key names, an attacker can inject default-parameter expressions that execute arbitrary code at template compilation time.\n\nAdditionally, _.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().\n\nPatches:\n\nUsers should upgrade to version 4.18.0.\n\nWorkarounds:\n\nDo not pass untrusted input as key names in options.imports. Only use developer-controlled, static key names."
}
],
"value": "Impact:\n\nThe fix for CVE-2021-23337 (https://github.com/advisories/GHSA-35jh-r3h4-6jhm) 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.\n\nWhen an application passes untrusted input as options.imports key names, an attacker can inject default-parameter expressions that execute arbitrary code at template compilation time.\n\nAdditionally, _.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().\n\nPatches:\n\nUsers should upgrade to version 4.18.0.\n\nWorkarounds:\n\nDo not pass untrusted input as key names in options.imports. Only use developer-controlled, static key names."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-94",
"description": "CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-31T19:25:55.987Z",
"orgId": "ce714d77-add3-4f53-aff5-83d477b104bb",
"shortName": "openjs"
},
"references": [
{
"url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm"
},
{
"url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"
},
{
"url": "https://cna.openjsf.org/security-advisories.html"
}
],
"title": "lodash vulnerable to Code Injection via `_.template` imports key names",
"x_generator": {
"engine": "cve-kit 1.0.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "ce714d77-add3-4f53-aff5-83d477b104bb",
"assignerShortName": "openjs",
"cveId": "CVE-2026-4800",
"datePublished": "2026-03-31T19:25:55.987Z",
"dateReserved": "2026-03-25T09:12:38.355Z",
"dateUpdated": "2026-03-31T20:37:03.964Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-4800",
"date": "2026-06-07",
"epss": "0.00046",
"percentile": "0.14732"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-4800\",\"sourceIdentifier\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"published\":\"2026-03-31T20:16:29.660\",\"lastModified\":\"2026-05-01T18:09:13.047\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Impact:\\n\\nThe fix for CVE-2021-23337 (https://github.com/advisories/GHSA-35jh-r3h4-6jhm) 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.\\n\\nWhen an application passes untrusted input as options.imports key names, an attacker can inject default-parameter expressions that execute arbitrary code at template compilation time.\\n\\nAdditionally, _.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().\\n\\nPatches:\\n\\nUsers should upgrade to version 4.18.0.\\n\\nWorkarounds:\\n\\nDo not pass untrusted input as key names in options.imports. Only use developer-controlled, static key names.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.9},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-94\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:lodash:lodash:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"4.0.0\",\"versionEndExcluding\":\"4.18.0\",\"matchCriteriaId\":\"39F0989E-0B80-43AC-8991-A9DD5A80A46F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:lodash:lodash-amd:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"4.0.0\",\"versionEndExcluding\":\"4.18.0\",\"matchCriteriaId\":\"D90D1890-8336-4908-AF2B-6FAFF0C1335A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:lodash:lodash-es:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"4.0.0\",\"versionEndExcluding\":\"4.18.0\",\"matchCriteriaId\":\"8E7D1C16-4398-4ED8-B5DD-9D3B10BA0C22\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:lodash:lodash.template:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"4.0.0\",\"versionEndExcluding\":\"4.18.0\",\"matchCriteriaId\":\"D28F304B-AC93-4CAE-95BD-246998E0B009\"}]}]}],\"references\":[{\"url\":\"https://cna.openjsf.org/security-advisories.html\",\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/advisories/GHSA-35jh-r3h4-6jhm\",\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"tags\":[\"Not Applicable\"]},{\"url\":\"https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c\",\"source\":\"ce714d77-add3-4f53-aff5-83d477b104bb\",\"tags\":[\"Not Applicable\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-4800\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-31T20:36:55.080392Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-31T20:36:59.980Z\"}}], \"cna\": {\"title\": \"lodash vulnerable to Code Injection via `_.template` imports key names\", \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"dolevmiz1\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"bugbunny-research\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"M0nd0R\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"UlisesGascon\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"falsyvalues\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"jonchurch\"}, {\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"threalwinky\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"jdalton\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 8.1, \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"vendor\": \"lodash\", \"product\": \"lodash\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.0.0\", \"lessThan\": \"4.18.0\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.18.0\", \"versionType\": \"semver\"}], \"packageURL\": \"pkg:npm/lodash\", \"defaultStatus\": \"unaffected\"}, {\"vendor\": \"lodash\", \"product\": \"lodash-es\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.0.0\", \"lessThan\": \"4.18.0\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.18.0\", \"versionType\": \"semver\"}], \"packageURL\": \"pkg:npm/lodash-es\", \"defaultStatus\": \"unaffected\"}, {\"vendor\": \"lodash\", \"product\": \"lodash-amd\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.0.0\", \"lessThan\": \"4.18.0\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.18.0\", \"versionType\": \"semver\"}], \"packageURL\": \"pkg:npm/lodash-amd\", \"defaultStatus\": \"unaffected\"}, {\"vendor\": \"lodash\", \"product\": \"lodash.template\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.0.0\", \"lessThan\": \"4.18.0\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.18.0\", \"versionType\": \"semver\"}], \"packageURL\": \"pkg:npm/lodash.template\", \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/advisories/GHSA-35jh-r3h4-6jhm\"}, {\"url\": \"https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c\"}, {\"url\": \"https://cna.openjsf.org/security-advisories.html\"}], \"x_generator\": {\"engine\": \"cve-kit 1.0.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Impact:\\n\\nThe fix for CVE-2021-23337 (https://github.com/advisories/GHSA-35jh-r3h4-6jhm) 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.\\n\\nWhen an application passes untrusted input as options.imports key names, an attacker can inject default-parameter expressions that execute arbitrary code at template compilation time.\\n\\nAdditionally, _.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().\\n\\nPatches:\\n\\nUsers should upgrade to version 4.18.0.\\n\\nWorkarounds:\\n\\nDo not pass untrusted input as key names in options.imports. Only use developer-controlled, static key names.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Impact:\\n\\nThe fix for CVE-2021-23337 (https://github.com/advisories/GHSA-35jh-r3h4-6jhm) 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.\\n\\nWhen an application passes untrusted input as options.imports key names, an attacker can inject default-parameter expressions that execute arbitrary code at template compilation time.\\n\\nAdditionally, _.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().\\n\\nPatches:\\n\\nUsers should upgrade to version 4.18.0.\\n\\nWorkarounds:\\n\\nDo not pass untrusted input as key names in options.imports. Only use developer-controlled, static key names.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-94\", \"description\": \"CWE-94: Improper Control of Generation of Code (\u0027Code Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"ce714d77-add3-4f53-aff5-83d477b104bb\", \"shortName\": \"openjs\", \"dateUpdated\": \"2026-03-31T19:25:55.987Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-4800\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-03-31T20:37:03.964Z\", \"dateReserved\": \"2026-03-25T09:12:38.355Z\", \"assignerOrgId\": \"ce714d77-add3-4f53-aff5-83d477b104bb\", \"datePublished\": \"2026-03-31T19:25:55.987Z\", \"assignerShortName\": \"openjs\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:12279
Vulnerability from csaf_redhat - Published: 2026-04-30 11:36 - Updated: 2026-06-08 10:38A 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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64 | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_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 Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64 | — |
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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64 | — |
Workaround
|
A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by supplying specially crafted XML input containing numeric character references or standard XML entities. This input can bypass configured entity expansion limits, leading to excessive memory allocation and high CPU usage. The primary consequence is a Denial of Service (DoS), which can crash the affected process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64 | — |
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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_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 Data Foundation 4.19.15 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.19.15 security, enhancement \u0026 bug fix update\n\nFIXED BUGS:\n==========\nDFBUGS-6345: RHODF 4.19.15\nDFBUGS-5942: Backport to odf-4.19.z [External Mode]: noobaa-default-backing-store is in creating state due to \"CheckExternalConnection Status=UNKNOWN_FAILURE Error=SELF_SIGNED_CERT_IN_CHAIN\"\nDFBUGS-5819: [Backport to odf-4.19.z] [IBM_Support][Fusion HCI]\"storageclient-xxxxx-status-reporter job\" doesn\u0027t inherits the tolerations defined in \"ocs-client-operator-controller-manager\" deployment\nDFBUGS-5800: [Backport to odf-4.19.z] must-gather causes default RGW pools to be created and PGs to be stuck at 1 \nDFBUGS-4440: [4.19][ROSA HCP][UI]Bad gateway on Storage System creation wizard\n\nCVEs:\n==========\nCVE-2026-34986\nCVE-2025-61726\nCVE-2026-33186\nCVE-2025-61729\nCVE-2026-4800\nCVE-2025-58183\nCVE-2026-33036",
"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:12279",
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
},
{
"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-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"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-2026-33036",
"url": "https://access.redhat.com/security/cve/CVE-2026-33036"
},
{
"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-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": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_12279.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.19.15 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-06-08T10:38:49+00:00",
"generator": {
"date": "2026-06-08T10:38:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:12279",
"initial_release_date": "2026-04-30T11:36:26+00:00",
"revision_history": [
{
"date": "2026-04-30T11:36:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-04T14:12:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-08T10:38:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Openshift Data Foundation 4.19",
"product": {
"name": "Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Openshift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079019"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776706744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256%3Add40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3A05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3Abc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3A995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Aba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3A996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Af069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"product_id": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256%3A18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Aa0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3Aa0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Acbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3Ab1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"product_id": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256%3A88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3A941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3Ade97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Af2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"product_id": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256%3A69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256%3A031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776710298"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079019"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776706744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Ade4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Ab7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Ae047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Aa928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079774"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079019"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776706744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Afb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ae6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3Ab24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3Ac9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ae58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Afbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Acd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3Af101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079774"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776706744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3Ad26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3A3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Ade3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3Af7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707569"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776707771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1776079774"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64 as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x as a component of Red Hat Openshift Data Foundation 4.19",
"product_id": "Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.19"
}
]
},
"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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:36:26+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.19/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
},
{
"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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:36:26+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.19/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"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 Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_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 Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_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-04-30T11:36:26+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.19/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
}
],
"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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
}
],
"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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
},
"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-04-30T11:36:26+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.19/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
},
{
"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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-33036",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-20T06:02:18.306021+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by supplying specially crafted XML input containing numeric character references or standard XML entities. This input can bypass configured entity expansion limits, leading to excessive memory allocation and high CPU usage. The primary consequence is a Denial of Service (DoS), which can crash the affected process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Denial of Service via XML entity expansion bypass",
"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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33036"
},
{
"category": "external",
"summary": "RHBZ#2449458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33036"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/bd26122c838e6a55e7d7ac49b4ccc01a49999a01"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.5.6"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-8gc5-j5rx-235r"
}
],
"release_date": "2026-03-20T05:17:03.290000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-30T11:36:26+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.19/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
},
{
"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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser: Denial of Service via XML entity expansion bypass"
},
{
"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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_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-04-30T11:36:26+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.19/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
},
{
"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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
}
],
"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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64"
]
},
"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-04-30T11:36:26+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.19/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:12279"
},
{
"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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_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 Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:dd40accadd49771cd27b7f0de2c90a9b21e100a43369efe0393183cc434781cf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:225ba1747733c974fd4a3c9b49f657b180b83486d1c35a473e8e5a2b96abcc53_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:8c6cbc8235011fce3c988e7fbeb908f8eeefc19fc44cad33595af89302c6f95c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:93323b16517b9b7b24c952fa07207ff854738b8b290fa63db21ca79399c4ab2a_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9707855db691fb72815baf3758cff648bda0b33a11b155f30ba04c950f776005_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:08d3d6db14a36f5338a958bc9ee5914f912f5980f20f8dc6775ad4cf1905aaaf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:2b471f005eae461ce14a531275cdcb2ace42e90ff1615a5541181b79a657c34f_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/cephcsi-rhel9@sha256:72054a55200a33d05d6c52ae2893edac550d1970cc4395e144f67715eed0f4a8_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:43490d8f164f31ea025772d00d3dca379d4b770c7aace1a9b4066d118701cbc0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:5712877643261f69dc38438d0194e4fc299ad4efc98a89320b06066a605d5ed0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-core-rhel9@sha256:9f71b8ac38198f832d1687d6de10078f43c4fb189a25357a5a1f1148c1a467ab_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-operator-bundle@sha256:05d8d117013db65743cfae129da519b604a87b4d91546116b13a6639d191d490_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:46ea3cd9a992d1bb984a247365f5a866640edf78cca9a853ed241118393bc7e1_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:51c2c549d33debec7c0b66b4c0b091bab1ea58559480e329759a1373b6d2dfd2_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:987982d5cbe11a564ae2bb6c38a4aae2ae351bdefa7e0280393ba2be011984fc_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:de4360c38bde7baf0095e8d6b4e98d382d0d746bf497577dc4221efa15b602d4_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:08aede339f0597f4327e8e72a4af707c960c7a41e2e78426163241dc33fb239e_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:0db0a9d4571af3dd647818bfa011d37e06ae721f3a7ba6306b1d5f47d740f17d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:d26ac4eba416e06b01f72ddd90e7fc0148653d0ceedc67beefafafe522931957_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:fb585faf2e75939b157377bfa50eabf0f649492a5461ad79cb2e7c6fb35f700d_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:bc5267ef2a3e4fa2b6c8dd2043608399b307a292c6860ab99d750c478d409e0e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:12cb5269ac62949e96efbdae61dc9551a5e1574177b6c9383879b6b290b99ced_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:22ff45bb3a0d0d11d3eb4c9255eacd2b5517925370374968bc5edf4012baf72b_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:824029e5f4fcd750292bac55cee15f17bd002a42e6d36c108122d50eeeaea776_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:9ff944fe6ba891448ed4558f33248d66250565c67fe45d4abc12964c1016a1f9_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:063d240d7ed66b531da1fdbc2e1978701c161b7fe90c6e5abf9d8064789d0f08_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:0a880a5bd07e0272a59254a92c1c98a15e076664e35f7f0d5f6e800102425898_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:69d362c35147c545d73437b7be9e9300a4812e6f30371782084da31f4c13b723_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:b7f9658075cdc1013d83a00e514372e1f5faa76e9bec9c431c636e0255c262ff_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-operator-bundle@sha256:995671309308b3d68ce4ad0991015a6e74c8cdd31b1305481db4dfcec6dab9d0_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:295af25d80fc34c97061f87664b3e422df5b8de904e5f446a3017007c39763fb_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:95c2c3dee3ffcb7fc26a41489ce49033fe311cfad8535ccbe03b745284af3255_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:9d331d5bb3d5362088b9fe84c93b2004013cebb0549b94bed87fd01bc0e04d9d_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:e6849ce5b4c0b526067e0c5ae90da85efc9abff1d76161c170aa9cd4e9f2a8e7_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:0c21d44342106f7b550717d6b3c75c165f6d9142edbbd0764c9aa78632237595_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:621af15ba4c152caa532594ea181ca21a1adbd29f077e1881be606c7b2f09520_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:95ad9d6989cffdd7f6b4f48920ba21e0dfee8b21f14c6f85af428b18345ced83_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cli-rhel9@sha256:b24124930a6d6ba80a5d8c2159e0dde4162efaa9f91a3a2493dee723141204eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:26480cf68b1d61858d092767c2a1461b370e93a7546a2ed7828693e0be6d3061_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:326a82e8e21354b7fb270b2ca4bb8af8274dc009ce49636a3432afda2b5e3fbf_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:939518fd552b01edf2a93fd24a0a8ed9717b93a8124811d8c8f24b2964586086_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:c9f1b747f000b07c12b7e25e2eba3d44cee505a8165a0a207bfa7ae49ef28ca5_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:3425d6f585c5199e9f243fa29df000e7d6a7da37c8940b2ef952107ae58840e3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:7acd288500c571c5c46f576830e6fa837e7ffaf81b61ad93740c0dadec4f6499_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:94129b5fc46fe10392df44260c6235e301dbdd5b33f2979c0e99cb44c6951671_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-console-rhel9@sha256:e58fd4600d19b3d543eca8726617a9bf55a783198264e5e6fdce2f7860674ccf_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:0193cfee41ea76601c157f0535e26d16a6bb544317ffe229df8714c1d4ab23eb_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:59ebde64bbf97632c07ce685ca1b16fa7957e2dc322c672b589559a8f0e0292f_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:8180db80a46c005759a086990fb0504a7847df0a13578ebe30d84d44d5b79db5_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:92233282fed887956be7ad5a1a6a56530ccbb4f201e6b9225b93950ed1bdfe7c_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:996ab5b3c8a4331ae29a115df64470321463a4c86b9eebdf40ef24e4caad469d_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7b698d1512bad4e32654b886a2c630710f58a3903b3cc299f24cba5d3e8a3dda_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:9a88d5f7fce059b21ee3438734660aac19c739d64c655a7e606ab984f13a7dd7_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:ba0fd00720f301a9a3cd59b3ce8dba985b179b0f4e7d0ba37683cdc5ab8428e4_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:fbeba6f61f270d2099396639221c00406e2e5e3d2f829df93332a61075cb3958_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:3076b14ae96af40ce767a4c6047e4826a05d4935d390c45518cea399d8f6c868_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:58fa7a633a3ac07d28b2b457c84b41d1814b4870edef1dec67fabe15fa47df94_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:de3191b8527328bcda3ee6ad085fd4a8388e8219e4a57c7871f1f1bd66d9412b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:f069b602da858b4978a2cd1d5ae046008f551d3f865c1f4e4c7c33a01b464f01_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:18176d66e822bc81d4366a17ba1ec4344f355596547632a81e451c44b3241c21_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:31ea428ac1bac32e28d1de063c2b5669234274759b1650641194f2f62b9d1232_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:7303e538f6b51b82b543f618f81927476af45de9612776560e22f6084b8eb8c1_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:884e1c9ebae0c55609bc5487edb207eabc675c9c40b0b51bb5bd183d85b002dc_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:a0882ec5239e3c410bd8cde9fed6f7a40bbcdd99539b0eadc0802ed9de8b3660_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:a0e7589f2bed6063a8b766a16bd92155f0caa45215eeb4655d6ca39fb1186b0f_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:04f46d7eb908121baf4d3e3433dfa14fffafb42328ee17faf3daa6ace96adf78_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:09b01165df8f630afbdacd80227bca74304f6a4e03c1c64027e19a2eec19192f_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:92fdad1c8bb6db920c10d19b455143d7688dfea804770cff6084e47460975ca7_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:f7ec5e84796aee5b4a916f803af398ff0e9e0a056580d867af12ae97b9201d75_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:285fb3527b09d73a0a1d6cabde410e684f4cf47f585e142d6665cde23e51ce0b_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cbfc80f2da96e4db174139eb375715aba24c55fe50ae7a89d3e2227ab375798e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:cd4d15d104f04cd8bc836a17ede3a4c1026aab5ace113cb04225c5397da03ff9_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:e047e1d86926df0580d68a082fb647af23ed7831b82ef3d5902468b1fba57a19_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-operator-bundle@sha256:b1cd4edb9cd4678c5493ed3599608c7b892b539a89321216425e5a0dc002e43e_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:88f514c3fd6e66efadaa426ecbdc175284f295aa5eb29d68982033421c799fa6_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1b5d23d6f9904f1f88e241a9d6f4eb3113bd826fae5fadb6942b01e7a76a5f1c_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:73129534b3c1f8063e4bbe60409dd97c270b426d420d5ed94e4ee629079c57a0_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:799a11fe848efd69ad3e570088dc00a534f9528d1eb5f7fe6e32cc838ddec577_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a928ff76754607038db7c8ac8b542d33a6350dde28d32b35cce31a3403e76ac7_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:941c038bf9ec376197cde64140d242725744a57d11af9f3fb84e9f03b92e98bd_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:de97e806d2d9f4486dcda7a855226a2aaa12221c7cc49f9a9f738dd5701c2fa1_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:69305b774c8fc9811aa05e31ec63285030d468991cc4313aae1ddac597e95e89_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:03cc45bf056f0015d73c48d88fd9e9c23f9abed069b1eeb6597e15a8f7d69eef_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:6dcc36a3e744e83ebb9a7791e32691caae3014d456a61e9f9b6e2269885930f4_s390x",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:91efacbad0b371266a5925486e222978adb25d02557e1c4bb36c5b6aeb7d4fa3_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/odr-rhel9-operator@sha256:f2da1b92acf41f57c6a54aa5c68f23fe261f3655c4b4eeb9d246f514c9f97245_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:031825475b50ded9bc47147dd76e9bdd169c9df1379b77ef150e808e2c005c56_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:1b5f8f7f0cc26e4ef67c1185071365397fa05fd4ce14d6b58c921d23459385e3_ppc64le",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:23a1eeb9c5ec4036cdf6b80ef674803f1bf9c3b8c00ed0bd32a9bce13dde7291_amd64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:8446d8f3208207146c61d234b305b7133333930e48a11d0af30710ba8c2ca051_arm64",
"Red Hat Openshift Data Foundation 4.19:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:f101f7f148ff73d6cedc40551629108ed98b470ec0e428bc957bd0b25c6619a2_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"
}
]
}
RHSA-2026:13545
Vulnerability from csaf_redhat - Published: 2026-05-04 17:14 - Updated: 2026-06-08 09:45A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
A flaw was found in aiohttp, an asynchronous HTTP client/server framework for Python. A remote attacker could exploit this vulnerability by sending a specially crafted POST request to an application using the Request.post() method, provided that Python optimizations are enabled. This could lead to an infinite loop, resulting in a Denial of Service (DoS) attack, making the affected application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in aiohttp. A remote attacker can craft a malicious request that, when processed by an aiohttp server using the `Request.post()` method, causes the server's memory to fill uncontrollably. This can lead to a Denial of Service (DoS) by freezing the server, making it unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A security flaw was identified in the Ansible Lightspeed API conversation endpoints that handle AI chat interactions. The APIs do not properly verify whether a conversation identifier belongs to the authenticated user making the request. As a result, an attacker with valid credentials could access or influence conversations owned by other users. This exposes sensitive conversation data and allows unauthorized manipulation of AI-generated outputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in path-to-regexp. A remote attacker could exploit this vulnerability by providing specially crafted input that generates a regular expression with multiple sequential optional groups. This leads to an exponential growth in the generated regular expression, causing a Denial of Service (DoS) due to excessive resource consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in the AAP gateway. The user auto-link strategy, introduced in AAP 2.6, automatically links an external Identity Provider (IDP) identity to an existing AAP user account based on email matching without verifying email ownership. This allows a remote attacker to potentially hijack a victim's account or gain unauthorized access to other accounts, including administrative accounts, by manipulating the IDP-provided email.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in pyOpenSSL. The set_cookie_generate_callback callback function can be used to generate DTLS cookies. When the callback returns a cookie string or byte sequence longer than 256 bytes, a buffer overflow can be triggered due to a missing bounds checking before copying the data to a fixed-size buffer provided by the underlying OpenSSL library.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in quinn-proto, a pure-Rust implementation of the IETF QUIC transport protocol. A remote, unauthenticated attacker can trigger a denial of service in applications using vulnerable quinn versions by sending a crafted QUIC Initial packet containing malformed quic_transport_parameters. In quinn-proto parsing logic, attacker-controlled varints are decoded with unwrap(), so truncated encodings cause Err(UnexpectedEnd) and panic. This is reachable over the network with a single packet and no prior trust or authentication.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A user input sanitization flaw has been discovered in the Black python code formatter. Black writes a cache file, the name of which is computed from various formatting options. The value of the --python-cell-magics option was placed in the filename without sanitization, which allowed an attacker who controls the value of this argument to write cache files to arbitrary file system locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in dynaconf, a Python configuration management tool. This Server-Side Template Injection (SSTI) vulnerability occurs due to unsafe template evaluation in the @Jinja resolver when the jinja2 package is installed. A remote attacker could exploit this by embedding malicious template expressions in configuration values, which are then processed without a sandboxed environment. This could lead to arbitrary code execution on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
A flaw was found in LiteLLM, an AI Gateway proxy server. An authenticated user can exploit a missing authorization check on the `/config/update` endpoint. This allows the user to modify proxy configurations and environment variables, leading to remote code execution by registering custom endpoint handlers. Additionally, this vulnerability enables unauthorized reading of server files and potential takeover of privileged accounts through environment variable manipulation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in LiteLLM, a proxy server for Large Language Model (LLM) APIs. When JSON Web Token (JWT) authentication is enabled, the OIDC user information cache uses a truncated portion of the token as a cache key. An unauthenticated attacker can exploit this by crafting a JWT with the same initial characters as a legitimate user's cached token. This allows the attacker to bypass authentication and inherit the legitimate user's identity and permissions, potentially leading to unauthorized access and privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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": "An update is now available for Red Hat Ansible Automation Platform 2.6",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nFor details about this release, refer to the release notes 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:13545",
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69227",
"url": "https://access.redhat.com/security/cve/CVE-2025-69227"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69228",
"url": "https://access.redhat.com/security/cve/CVE-2025-69228"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0598",
"url": "https://access.redhat.com/security/cve/CVE-2026-0598"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23490",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"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-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27137",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27459",
"url": "https://access.redhat.com/security/cve/CVE-2026-27459"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27606",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31812",
"url": "https://access.redhat.com/security/cve/CVE-2026-31812"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32274",
"url": "https://access.redhat.com/security/cve/CVE-2026-32274"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32280",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32597",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33154",
"url": "https://access.redhat.com/security/cve/CVE-2026-33154"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33810",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35029",
"url": "https://access.redhat.com/security/cve/CVE-2026-35029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35030",
"url": "https://access.redhat.com/security/cve/CVE-2026-35030"
},
{
"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/cve/CVE-2026-4926",
"url": "https://access.redhat.com/security/cve/CVE-2026-4926"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6266",
"url": "https://access.redhat.com/security/cve/CVE-2026-6266"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13545.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.6 Container Release Update",
"tracking": {
"current_release_date": "2026-06-08T09:45:07+00:00",
"generator": {
"date": "2026-06-08T09:45:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:13545",
"initial_release_date": "2026-05-04T17:14:54+00:00",
"revision_history": [
{
"date": "2026-05-04T17:14:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-04T17:15:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-08T09:45:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1777410621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3Af07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777386606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Abf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3Aa6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1777410604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777293525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3Aab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777398576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Acd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3Ac6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3Aa83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777377014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Aad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777296732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Ae9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777176989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Ae2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777177318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777302345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3Aa6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777163503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777394269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Af264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777399713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777402399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3Aca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Ac0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391542"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777386606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Aff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Aec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777293525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777398576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Aebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3Aab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777377014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ae00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777296732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Ae330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777176989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Af67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3Ae4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777177318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777302345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3A7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777163503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777394269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777399713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777402399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3Ae5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3Ac42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3Ace5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Acb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391542"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777386606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777293525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3Ae5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777398576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Aad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Af77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3Afd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3Add2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777377014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ab00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777296732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777176989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Ae48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3Ae4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3Ae8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777177318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777302345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3Aca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777163503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3Afe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777394269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Aab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777399713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777402399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Add66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Afa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391542"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777386606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Ac9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Abab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777293525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777398576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Abe0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777377014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ac3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777296732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Af371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777176989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Aca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777177318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777302345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3A6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777163503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3Aa47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777394269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777399713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Add686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777402399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3Ae3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Ac9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Ad0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391542"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-69227",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-01-06T00:01:17.036900+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427256"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aiohttp, an asynchronous HTTP client/server framework for Python. A remote attacker could exploit this vulnerability by sending a specially crafted POST request to an application using the Request.post() method, provided that Python optimizations are enabled. This could lead to an infinite loop, resulting in a Denial of Service (DoS) attack, making the affected application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: aiohttp: Denial of Service via specially crafted POST request",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products as it can lead to a Denial of Service (DoS) in applications utilizing the `aiohttp` library. Exploitation requires Python optimizations to be explicitly enabled (e.g., via `-O` or `PYTHONOPTIMIZE=1`) and the application to process POST requests using the `Request.post()` method. Red Hat products are affected if they meet these specific configuration and usage criteria.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69227"
},
{
"category": "external",
"summary": "RHBZ#2427256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427256"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69227"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69227",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69227"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/bc1319ec3cbff9438a758951a30907b072561259",
"url": "https://github.com/aio-libs/aiohttp/commit/bc1319ec3cbff9438a758951a30907b072561259"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jj3x-wxrx-4x23",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jj3x-wxrx-4x23"
}
],
"release_date": "2026-01-05T23:19:31.396000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: aiohttp: Denial of Service via specially crafted POST request"
},
{
"cve": "CVE-2025-69228",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T00:01:02.119065+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427254"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aiohttp. A remote attacker can craft a malicious request that, when processed by an aiohttp server using the `Request.post()` method, causes the server\u0027s memory to fill uncontrollably. This can lead to a Denial of Service (DoS) by freezing the server, making it unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: aiohttp: Denial of Service via memory exhaustion from crafted POST request",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A flaw in aiohttp allows a remote attacker to cause a Denial of Service (DoS) by sending a specially crafted POST request to an aiohttp server that utilizes the `Request.post()` method. This can lead to uncontrolled memory consumption, freezing the server and making the server 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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69228"
},
{
"category": "external",
"summary": "RHBZ#2427254",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427254"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69228"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69228",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69228"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/b7dbd35375aedbcd712cbae8ad513d56d11cce60",
"url": "https://github.com/aio-libs/aiohttp/commit/b7dbd35375aedbcd712cbae8ad513d56d11cce60"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6jhg-hg63-jvvf",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6jhg-hg63-jvvf"
}
],
"release_date": "2026-01-05T23:30:33.440000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: aiohttp: Denial of Service via memory exhaustion from crafted POST request"
},
{
"acknowledgments": [
{
"names": [
"Laura Pardo"
],
"organization": "RedHat"
}
],
"cve": "CVE-2026-0598",
"cwe": {
"id": "CWE-283",
"name": "Unverified Ownership"
},
"discovery_date": "2026-01-05T07:34:33.335000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427094"
}
],
"notes": [
{
"category": "description",
"text": "A security flaw was identified in the Ansible Lightspeed API conversation endpoints that handle AI chat interactions. The APIs do not properly verify whether a conversation identifier belongs to the authenticated user making the request. As a result, an attacker with valid credentials could access or influence conversations owned by other users. This exposes sensitive conversation data and allows unauthorized manipulation of AI-generated outputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible-lightspeed: Broken Object Level Authorization Leading to Cross-User AI Conversation Context Injection in Ansible Lightspeed API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. The flaw in Ansible Lightspeed API conversation endpoints allows an authenticated attacker to access or influence other users\u0027 AI chat sessions due to improper ownership validation of conversation identifiers. This can lead to unauthorized information disclosure and manipulation of AI-generated outputs.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0598"
},
{
"category": "external",
"summary": "RHBZ#2427094",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427094"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0598"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0598",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0598"
}
],
"release_date": "2026-02-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ansible-lightspeed: Broken Object Level Authorization Leading to Cross-User AI Conversation Context Injection in Ansible Lightspeed API"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"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-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-4926",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-03-26T20:03:28.427630+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in path-to-regexp. A remote attacker could exploit this vulnerability by providing specially crafted input that generates a regular expression with multiple sequential optional groups. This leads to an exponential growth in the generated regular expression, causing a Denial of Service (DoS) due to excessive resource consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "path-to-regexp: path-to-regexp: Denial of Service via crafted regular expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in `path-to-regexp` that can lead to a Denial of Service. The vulnerability occurs when specially crafted input containing multiple sequential optional groups is used to generate regular expressions, causing exponential resource consumption.\n\nThe Red Hat Advanced Cluster Security is not affected by this issue since it\u0027s shipping a `path-to-regexp` version which doesn\u0027t contain the vulnerable code.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4926"
},
{
"category": "external",
"summary": "RHBZ#2451867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4926",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4926"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4926",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4926"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
}
],
"release_date": "2026-03-26T18:59:38+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, limit the use of multiple sequential optional groups in route patterns within applications that use `path-to-regexp`. Additionally, avoid directly passing user-controlled input as route patterns to prevent the generation of maliciously crafted regular expressions.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "path-to-regexp: path-to-regexp: Denial of Service via crafted regular expressions"
},
{
"acknowledgments": [
{
"names": [
"Robin Bobbitt"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-6266",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2026-04-14T06:29:16.779000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458142"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the AAP gateway. The user auto-link strategy, introduced in AAP 2.6, automatically links an external Identity Provider (IDP) identity to an existing AAP user account based on email matching without verifying email ownership. This allows a remote attacker to potentially hijack a victim\u0027s account or gain unauthorized access to other accounts, including administrative accounts, by manipulating the IDP-provided email.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aap-controller: aap-gateway: Account hijacking and unauthorized access via unverified email linking",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6266"
},
{
"category": "external",
"summary": "RHBZ#2458142",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458142"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6266"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6266",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6266"
}
],
"release_date": "2026-05-04T13:35:24.113000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aap-controller: aap-gateway: Account hijacking and unauthorized access via unverified email linking"
},
{
"cve": "CVE-2026-23490",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-16T20:03:33.790513+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430472"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "RHBZ#2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970",
"url": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq"
}
],
"release_date": "2026-01-16T19:03:36.442000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
}
],
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-27137",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-03-06T22:01:38.859733+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445345"
}
],
"notes": [
{
"category": "description",
"text": "A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "RHBZ#2445345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445345"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://go.dev/cl/752182",
"url": "https://go.dev/cl/752182"
},
{
"category": "external",
"summary": "https://go.dev/issue/77952",
"url": "https://go.dev/issue/77952"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4599",
"url": "https://pkg.go.dev/vuln/GO-2026-4599"
}
],
"release_date": "2026-03-06T21:28:13.748000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
},
{
"cve": "CVE-2026-27459",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-03-18T00:01:41.404915+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448503"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyOpenSSL. The set_cookie_generate_callback callback function can be used to generate DTLS cookies. When the callback returns a cookie string or byte sequence longer than 256 bytes, a buffer overflow can be triggered due to a missing bounds checking before copying the data to a fixed-size buffer provided by the underlying OpenSSL library.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyOpenSSL: DTLS cookie callback buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is only exploitable when an application using the pyOpenSSL library provides a custom callback to the set_cookie_generate_callback function. For the buffer overflow to occur, the callback function must return a cookie string or byte sequence longer than 256 bytes, limiting the exposure of this issue. Due to these reasons, this vulnerability has been rated with an important 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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27459"
},
{
"category": "external",
"summary": "RHBZ#2448503",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448503"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27459",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27459"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27459",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27459"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/blob/358cbf29c4e364c59930e53a270116249581eaa3/CHANGELOG.rst",
"url": "https://github.com/pyca/pyopenssl/blob/358cbf29c4e364c59930e53a270116249581eaa3/CHANGELOG.rst"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/commit/57f09bb4bb051d3bc2a1abd36e9525313d5cd408",
"url": "https://github.com/pyca/pyopenssl/commit/57f09bb4bb051d3bc2a1abd36e9525313d5cd408"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/security/advisories/GHSA-5pwr-322w-8jr4",
"url": "https://github.com/pyca/pyopenssl/security/advisories/GHSA-5pwr-322w-8jr4"
}
],
"release_date": "2026-03-17T23:34:28.483000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"category": "workaround",
"details": "To mitigate this flaw, ensure the callback provided to the set_cookie_generate_callback function strictly limits the returned cookie string or byte sequence to under 256 bytes.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyOpenSSL: DTLS cookie callback buffer overflow"
},
{
"cve": "CVE-2026-27606",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-25T04:01:24.449922+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442530"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rollup: Rollup: Remote Code Execution via Path Traversal 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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "RHBZ#2442530",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442530"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27606",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27606"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2",
"url": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e",
"url": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3",
"url": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v2.80.0",
"url": "https://github.com/rollup/rollup/releases/tag/v2.80.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v3.30.0",
"url": "https://github.com/rollup/rollup/releases/tag/v3.30.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v4.59.0",
"url": "https://github.com/rollup/rollup/releases/tag/v4.59.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc",
"url": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc"
}
],
"release_date": "2026-02-25T02:08:06.682000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
}
],
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-31812",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-03-10T23:02:15.752133+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in quinn-proto, a pure-Rust implementation of the IETF QUIC transport protocol. A remote, unauthenticated attacker can trigger a denial of service in applications using vulnerable quinn versions by sending a crafted QUIC Initial packet containing malformed quic_transport_parameters. In quinn-proto parsing logic, attacker-controlled varints are decoded with unwrap(), so truncated encodings cause Err(UnexpectedEnd) and panic. This is reachable over the network with a single packet and no prior trust or authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "quinn-proto: quinn-proto: Denial of Service via crafted QUIC Initial packet",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is limited to specific services on Red Hat systems. Host system availability is not at risk.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31812"
},
{
"category": "external",
"summary": "RHBZ#2446330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31812",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31812"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31812",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31812"
},
{
"category": "external",
"summary": "https://github.com/quinn-rs/quinn/security/advisories/GHSA-6xvm-j4wr-6v98",
"url": "https://github.com/quinn-rs/quinn/security/advisories/GHSA-6xvm-j4wr-6v98"
}
],
"release_date": "2026-03-10T21:04:36.812000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "quinn-proto: quinn-proto: Denial of Service via crafted QUIC Initial packet"
},
{
"cve": "CVE-2026-32274",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-12T20:01:22.957558+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447111"
}
],
"notes": [
{
"category": "description",
"text": "A user input sanitization flaw has been discovered in the Black python code formatter. Black writes a cache file, the name of which is computed from various formatting options. The value of the --python-cell-magics option was placed in the filename without sanitization, which allowed an attacker who controls the value of this argument to write cache files to arbitrary file system locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "black: Black: Arbitrary file writes from unsanitized user input in cache file name",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32274"
},
{
"category": "external",
"summary": "RHBZ#2447111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32274"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32274",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32274"
},
{
"category": "external",
"summary": "https://github.com/psf/black/commit/4937fe6cf241139ddbfc16b0bdbb5b422798909d",
"url": "https://github.com/psf/black/commit/4937fe6cf241139ddbfc16b0bdbb5b422798909d"
},
{
"category": "external",
"summary": "https://github.com/psf/black/pull/5038",
"url": "https://github.com/psf/black/pull/5038"
},
{
"category": "external",
"summary": "https://github.com/psf/black/releases/tag/26.3.1",
"url": "https://github.com/psf/black/releases/tag/26.3.1"
},
{
"category": "external",
"summary": "https://github.com/psf/black/security/advisories/GHSA-3936-cmfr-pm3m",
"url": "https://github.com/psf/black/security/advisories/GHSA-3936-cmfr-pm3m"
}
],
"release_date": "2026-03-12T19:47:07.464000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "black: Black: Arbitrary file writes from unsanitized user input in cache file name"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
}
],
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32597",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-12T22:01:29.967713+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447194"
}
],
"notes": [
{
"category": "description",
"text": "A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 \u00a74.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST 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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "RHBZ#2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f"
}
],
"release_date": "2026-03-12T21:41:50.427000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)"
},
{
"cve": "CVE-2026-33154",
"cwe": {
"id": "CWE-917",
"name": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)"
},
"discovery_date": "2026-03-20T21:01:35.498935+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449774"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in dynaconf, a Python configuration management tool. This Server-Side Template Injection (SSTI) vulnerability occurs due to unsafe template evaluation in the @Jinja resolver when the jinja2 package is installed. A remote attacker could exploit this by embedding malicious template expressions in configuration values, which are then processed without a sandboxed environment. This could lead to arbitrary code execution on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dynaconf: jinja2: Dynaconf: Arbitrary code execution via Server-Side Template Injection",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33154"
},
{
"category": "external",
"summary": "RHBZ#2449774",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449774"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33154"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33154",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33154"
},
{
"category": "external",
"summary": "https://github.com/dynaconf/dynaconf/commit/2fbb45ee36b8c0caa5b924fe19f3c1a5e8603fa7",
"url": "https://github.com/dynaconf/dynaconf/commit/2fbb45ee36b8c0caa5b924fe19f3c1a5e8603fa7"
},
{
"category": "external",
"summary": "https://github.com/dynaconf/dynaconf/releases/tag/3.2.13",
"url": "https://github.com/dynaconf/dynaconf/releases/tag/3.2.13"
},
{
"category": "external",
"summary": "https://github.com/dynaconf/dynaconf/security/advisories/GHSA-pxrr-hq57-q35p",
"url": "https://github.com/dynaconf/dynaconf/security/advisories/GHSA-pxrr-hq57-q35p"
}
],
"release_date": "2026-03-20T20:22:59.090000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dynaconf: jinja2: Dynaconf: Arbitrary code execution via Server-Side Template Injection"
},
{
"cve": "CVE-2026-33810",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-08T02:01:09.100830+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456335"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "RHBZ#2456335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33810",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://go.dev/cl/763763",
"url": "https://go.dev/cl/763763"
},
{
"category": "external",
"summary": "https://go.dev/issue/78332",
"url": "https://go.dev/issue/78332"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4866",
"url": "https://pkg.go.dev/vuln/GO-2026-4866"
}
],
"release_date": "2026-04-08T01:06:56.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application"
},
{
"cve": "CVE-2026-35029",
"cwe": {
"id": "CWE-425",
"name": "Direct Request (\u0027Forced Browsing\u0027)"
},
"discovery_date": "2026-04-06T17:01:57.502231+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455474"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in LiteLLM, an AI Gateway proxy server. An authenticated user can exploit a missing authorization check on the `/config/update` endpoint. This allows the user to modify proxy configurations and environment variables, leading to remote code execution by registering custom endpoint handlers. Additionally, this vulnerability enables unauthorized reading of server files and potential takeover of privileged accounts through environment variable manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "litellm: LiteLLM: Remote code execution and privilege escalation via unrestricted proxy configuration endpoint",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in LiteLLM allows an authenticated user to bypass authorization on the `/config/update` endpoint. This enables modification of proxy configurations and environment variables, leading to remote code execution, unauthorized file access, and potential account takeover. Red Hat Ansible Automation Platform, Lightspeed Core, and Red Hat OpenShift AI are affected.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35029"
},
{
"category": "external",
"summary": "RHBZ#2455474",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455474"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35029"
},
{
"category": "external",
"summary": "https://github.com/BerriAI/litellm/security/advisories/GHSA-53mr-6c8q-9789",
"url": "https://github.com/BerriAI/litellm/security/advisories/GHSA-53mr-6c8q-9789"
}
],
"release_date": "2026-04-06T16:35:28.974000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"category": "workaround",
"details": "Limit network access to the LiteLLM service to trusted networks or hosts only. Implement firewall rules to restrict inbound connections to the LiteLLM service\u0027s port, ensuring that only authorized systems can reach the service. This reduces the exposure of the `/config/update` endpoint to unauthorized authenticated users.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "litellm: LiteLLM: Remote code execution and privilege escalation via unrestricted proxy configuration endpoint"
},
{
"cve": "CVE-2026-35030",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2026-04-06T18:01:07.517951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in LiteLLM, a proxy server for Large Language Model (LLM) APIs. When JSON Web Token (JWT) authentication is enabled, the OIDC user information cache uses a truncated portion of the token as a cache key. An unauthenticated attacker can exploit this by crafting a JWT with the same initial characters as a legitimate user\u0027s cached token. This allows the attacker to bypass authentication and inherit the legitimate user\u0027s identity and permissions, potentially leading to unauthorized access and privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "litellm: LiteLLM: Authentication bypass and privilege escalation via OIDC userinfo cache key collision",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in LiteLLM that enables authentication bypass and privilege escalation. The vulnerability is present only when JWT authentication is explicitly enabled, as this configuration is not active by default. Red Hat Ansible Automation Platform, Lightspeed Core, Red Hat OpenShift AI, and Ansible Services are affected if configured with JWT authentication.",
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35030"
},
{
"category": "external",
"summary": "RHBZ#2455509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35030"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35030",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35030"
},
{
"category": "external",
"summary": "https://github.com/BerriAI/litellm/security/advisories/GHSA-jjhc-v7c2-5hh6",
"url": "https://github.com/BerriAI/litellm/security/advisories/GHSA-jjhc-v7c2-5hh6"
}
],
"release_date": "2026-04-06T16:47:02.065000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that JWT authentication is not enabled in LiteLLM configurations. The vulnerability only manifests when `enable_jwt_auth` is set to `true`. If JWT authentication is not strictly required, disable it to prevent potential authentication bypass and privilege escalation. If this configuration is changed, a restart of the LiteLLM service may be required for the changes to take effect.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "litellm: LiteLLM: Authentication bypass and privilege escalation via OIDC userinfo cache key collision"
}
]
}
RHSA-2026:13553
Vulnerability from csaf_redhat - Published: 2026-05-04 17:23 - Updated: 2026-06-08 06:56A flaw was found in aiohttp, an asynchronous HTTP client/server framework for Python. A remote attacker could exploit this vulnerability by sending a specially crafted POST request to an application using the Request.post() method, provided that Python optimizations are enabled. This could lead to an infinite loop, resulting in a Denial of Service (DoS) attack, making the affected application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
A flaw was found in pyOpenSSL. The set_cookie_generate_callback callback function can be used to generate DTLS cookies. When the callback returns a cookie string or byte sequence longer than 256 bytes, a buffer overflow can be triggered due to a missing bounds checking before copying the data to a fixed-size buffer provided by the underlying OpenSSL library.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
A user input sanitization flaw has been discovered in the Black python code formatter. Black writes a cache file, the name of which is computed from various formatting options. The value of the --python-cell-magics option was placed in the filename without sanitization, which allowed an attacker who controls the value of this argument to write cache files to arbitrary file system locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 | — |
Workaround
|
A flaw was found in dynaconf, a Python configuration management tool. This Server-Side Template Injection (SSTI) vulnerability occurs due to unsafe template evaluation in the @Jinja resolver when the jinja2 package is installed. A remote attacker could exploit this by embedding malicious template expressions in configuration values, which are then processed without a sandboxed environment. This could lead to arbitrary code execution on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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": "An update is now available for Red Hat Ansible Automation Platform 2.5",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nFor details about this release, refer to the release notes 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:13553",
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69227",
"url": "https://access.redhat.com/security/cve/CVE-2025-69227"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23490",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27459",
"url": "https://access.redhat.com/security/cve/CVE-2026-27459"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32274",
"url": "https://access.redhat.com/security/cve/CVE-2026-32274"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32597",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33154",
"url": "https://access.redhat.com/security/cve/CVE-2026-33154"
},
{
"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": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/release_notes/patch_releases",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/release_notes/patch_releases"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13553.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.5 Container Release Update",
"tracking": {
"current_release_date": "2026-06-08T06:56:20+00:00",
"generator": {
"date": "2026-06-08T06:56:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:13553",
"initial_release_date": "2026-05-04T17:23:21+00:00",
"revision_history": [
{
"date": "2026-05-04T17:23:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-04T17:23:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-08T06:56:20+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.5",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1777407821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256%3Aac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1777407814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256%3A705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel8@sha256%3A39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256%3A729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777403872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256%3A4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256%3A225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777321309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256%3A00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777322185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256%3A89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256%3A8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256%3A653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777392855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256%3Acd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256%3A864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8@sha256%3A55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8-operator@sha256%3A417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel8@sha256%3Aaeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256%3A0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256%3Ae2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256%3A5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777395253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256%3Ae8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256%3A90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256%3Aceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256%3Ac800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256%3A63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256%3A1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777402264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel8@sha256%3A3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396768"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256%3Ac2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256%3Af1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel8@sha256%3A7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256%3A066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777403872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256%3Acbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256%3A9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777321309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256%3A6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777322185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256%3A1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256%3A595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256%3Aaa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777392855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256%3A41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256%3A2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8@sha256%3A94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8-operator@sha256%3Aaa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel8@sha256%3A848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256%3Aae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256%3A9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256%3A17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777395253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256%3A0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256%3Ab1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256%3A2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256%3A94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256%3A824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256%3A229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777402264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel8@sha256%3A7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396768"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256%3Adbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256%3A32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel8@sha256%3A4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256%3A63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777403872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256%3A72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256%3A6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777321309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256%3Af0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777322185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256%3A8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256%3A66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256%3Ae8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777392855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256%3A7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256%3Ab8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8@sha256%3A9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8-operator@sha256%3A6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel8@sha256%3Ad096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256%3A6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256%3A320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256%3A95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777395253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256%3Ad7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256%3Af13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256%3A3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256%3Abaaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256%3A118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256%3A29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777402264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel8@sha256%3Ad63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396768"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256%3Af3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256%3A7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel8@sha256%3Ac449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256%3A2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777403872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256%3A00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256%3Af6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777321309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256%3A68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777322185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256%3A56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256%3Ad3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256%3Ad46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777392855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256%3Acb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191685"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256%3A5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8@sha256%3Ab1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777394109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8-operator@sha256%3A1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel8@sha256%3Ac3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256%3Aacaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256%3A3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777191799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256%3A24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777395253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256%3A0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777397543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256%3A03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256%3Ae2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777393434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256%3A2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777398315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256%3Afa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777192024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256%3A23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777402264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel8@sha256%3A92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1777396768"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-69227",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-01-06T00:01:17.036900+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427256"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aiohttp, an asynchronous HTTP client/server framework for Python. A remote attacker could exploit this vulnerability by sending a specially crafted POST request to an application using the Request.post() method, provided that Python optimizations are enabled. This could lead to an infinite loop, resulting in a Denial of Service (DoS) attack, making the affected application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: aiohttp: Denial of Service via specially crafted POST request",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products as it can lead to a Denial of Service (DoS) in applications utilizing the `aiohttp` library. Exploitation requires Python optimizations to be explicitly enabled (e.g., via `-O` or `PYTHONOPTIMIZE=1`) and the application to process POST requests using the `Request.post()` method. Red Hat products are affected if they meet these specific configuration and usage criteria.",
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69227"
},
{
"category": "external",
"summary": "RHBZ#2427256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427256"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69227"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69227",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69227"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/bc1319ec3cbff9438a758951a30907b072561259",
"url": "https://github.com/aio-libs/aiohttp/commit/bc1319ec3cbff9438a758951a30907b072561259"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jj3x-wxrx-4x23",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jj3x-wxrx-4x23"
}
],
"release_date": "2026-01-05T23:19:31.396000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: aiohttp: Denial of Service via specially crafted POST request"
},
{
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"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-04T17:23:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-23490",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-16T20:03:33.790513+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430472"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID",
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "RHBZ#2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970",
"url": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq"
}
],
"release_date": "2026-01-16T19:03:36.442000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
}
],
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-27459",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-03-18T00:01:41.404915+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448503"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyOpenSSL. The set_cookie_generate_callback callback function can be used to generate DTLS cookies. When the callback returns a cookie string or byte sequence longer than 256 bytes, a buffer overflow can be triggered due to a missing bounds checking before copying the data to a fixed-size buffer provided by the underlying OpenSSL library.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyOpenSSL: DTLS cookie callback buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is only exploitable when an application using the pyOpenSSL library provides a custom callback to the set_cookie_generate_callback function. For the buffer overflow to occur, the callback function must return a cookie string or byte sequence longer than 256 bytes, limiting the exposure of this issue. Due to these reasons, this vulnerability has been rated with an important 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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27459"
},
{
"category": "external",
"summary": "RHBZ#2448503",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448503"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27459",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27459"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27459",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27459"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/blob/358cbf29c4e364c59930e53a270116249581eaa3/CHANGELOG.rst",
"url": "https://github.com/pyca/pyopenssl/blob/358cbf29c4e364c59930e53a270116249581eaa3/CHANGELOG.rst"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/commit/57f09bb4bb051d3bc2a1abd36e9525313d5cd408",
"url": "https://github.com/pyca/pyopenssl/commit/57f09bb4bb051d3bc2a1abd36e9525313d5cd408"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/security/advisories/GHSA-5pwr-322w-8jr4",
"url": "https://github.com/pyca/pyopenssl/security/advisories/GHSA-5pwr-322w-8jr4"
}
],
"release_date": "2026-03-17T23:34:28.483000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"category": "workaround",
"details": "To mitigate this flaw, ensure the callback provided to the set_cookie_generate_callback function strictly limits the returned cookie string or byte sequence to under 256 bytes.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyOpenSSL: DTLS cookie callback buffer overflow"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-32274",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-12T20:01:22.957558+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447111"
}
],
"notes": [
{
"category": "description",
"text": "A user input sanitization flaw has been discovered in the Black python code formatter. Black writes a cache file, the name of which is computed from various formatting options. The value of the --python-cell-magics option was placed in the filename without sanitization, which allowed an attacker who controls the value of this argument to write cache files to arbitrary file system locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "black: Black: Arbitrary file writes from unsanitized user input in cache file name",
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32274"
},
{
"category": "external",
"summary": "RHBZ#2447111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32274"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32274",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32274"
},
{
"category": "external",
"summary": "https://github.com/psf/black/commit/4937fe6cf241139ddbfc16b0bdbb5b422798909d",
"url": "https://github.com/psf/black/commit/4937fe6cf241139ddbfc16b0bdbb5b422798909d"
},
{
"category": "external",
"summary": "https://github.com/psf/black/pull/5038",
"url": "https://github.com/psf/black/pull/5038"
},
{
"category": "external",
"summary": "https://github.com/psf/black/releases/tag/26.3.1",
"url": "https://github.com/psf/black/releases/tag/26.3.1"
},
{
"category": "external",
"summary": "https://github.com/psf/black/security/advisories/GHSA-3936-cmfr-pm3m",
"url": "https://github.com/psf/black/security/advisories/GHSA-3936-cmfr-pm3m"
}
],
"release_date": "2026-03-12T19:47:07.464000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "black: Black: Arbitrary file writes from unsanitized user input in cache file name"
},
{
"cve": "CVE-2026-32597",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-12T22:01:29.967713+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447194"
}
],
"notes": [
{
"category": "description",
"text": "A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 \u00a74.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST 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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "RHBZ#2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f"
}
],
"release_date": "2026-03-12T21:41:50.427000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)"
},
{
"cve": "CVE-2026-33154",
"cwe": {
"id": "CWE-917",
"name": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)"
},
"discovery_date": "2026-03-20T21:01:35.498935+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449774"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in dynaconf, a Python configuration management tool. This Server-Side Template Injection (SSTI) vulnerability occurs due to unsafe template evaluation in the @Jinja resolver when the jinja2 package is installed. A remote attacker could exploit this by embedding malicious template expressions in configuration values, which are then processed without a sandboxed environment. This could lead to arbitrary code execution on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dynaconf: jinja2: Dynaconf: Arbitrary code execution via Server-Side Template Injection",
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33154"
},
{
"category": "external",
"summary": "RHBZ#2449774",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449774"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33154"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33154",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33154"
},
{
"category": "external",
"summary": "https://github.com/dynaconf/dynaconf/commit/2fbb45ee36b8c0caa5b924fe19f3c1a5e8603fa7",
"url": "https://github.com/dynaconf/dynaconf/commit/2fbb45ee36b8c0caa5b924fe19f3c1a5e8603fa7"
},
{
"category": "external",
"summary": "https://github.com/dynaconf/dynaconf/releases/tag/3.2.13",
"url": "https://github.com/dynaconf/dynaconf/releases/tag/3.2.13"
},
{
"category": "external",
"summary": "https://github.com/dynaconf/dynaconf/security/advisories/GHSA-pxrr-hq57-q35p",
"url": "https://github.com/dynaconf/dynaconf/security/advisories/GHSA-pxrr-hq57-q35p"
}
],
"release_date": "2026-03-20T20:22:59.090000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:23:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13553"
},
{
"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 Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ac588b174bb083df04647e21f80e36789622f2bb9c70c0f25dc72a207546f4b0_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:c2b8db8cf462e63346fd7f70ea92ad47b60ce8a346b1766a210e6b8e12987b15_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:dbb7cffb582b6073c2d1d15fd8b3cb4b0e3dbd88871c35ebe87fe480530cc8c4_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f3587a93b8186143d887c3d8b20b8796f1a3d9ead39b25804708c9b7dad3088a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:32d53a06360f409fddfd003b5752facd3fd191297f333300e85fc194030cb757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:705d314f2eb93d2c851138fbcb04706f02df38e3665f4ff5cab982f78589dd6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:7f39118c7aeb45defec1b25d1b458227b5a62c5c6177f51be100d9d0d4e5f308_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:f1197cb5e8b22462341aeb0ffacc8c7a805d2692e1c07b614ef20698fb535f7b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:39a5bde35ba0e9acb169edeb753dccd33fbb0e4bb311ee7037aa2042f9850874_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:4a4d9cc473a7047512a07c4b8448f09d826576ed910d46dc94d8062616ba6efb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:7a04b1492ffb125b001f7803a4e3472aafc7cf7c236e8f73e13389b84676b87f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:c449bd42eb778d5358523f750bac003ad0b3bb728e369146e24b32d9f49f5c07_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:225fc37f80925652e6528e2ef9b74e12e6abab42cd86e8cdeb4381d7d4ca62bc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:6d3a683bcebb36f781ab8d6904f29c2dc8a66a6dc720a4d7175b0b4f7f2b7d98_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:9e4133428c71165d7e936efd3c1f7344b434bece53738b6a93a411e822a8e096_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:f6b0c62b35bd4ed6ae4cacaa5d08ded9e0403cec4cc586fd205bcb71ac7bfc9a_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:00ee4300bc6c059bd48da2d46b7dfc928ba8be6d6d313dbb551559bdb76acb40_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:68868f5129890f9ce2416e6ade3e340dded49269f532791b541a6919f8c6db5b_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:6baa6f0d35e3dc4d95b19680ea853a7f6c2d6e04791b2ba2ed242d2593d0067f_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:f0bb7a65e2fc5985a3211bebb79876bdc2bd1b61da7efd53416c8457253d4691_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:595ca0391a1ebe714c692906f08dc879d679f3ea99f7d8ab8f3d9537e6c88f4b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:66586f6c269e34a9a1de9d96bb90ed09f4384385d767f5fae988499855afaa7f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:8e474b0dc2a31969f7c1ac11ba2d9f5afdaad4c04402000a6d744bf7152b2ea7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:d3c79490034d50c28e1d359d48a130f3afcaa19a86ec165b39c68c9c5f8c98c8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:1e5786ac9dc6ba99af93a08a4b927c09cfcd7dc389100ba979094f6579fb481d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:56943e6ef83543aaf15367e37d213aaabd8fe585d5d4e324b1f127e009509da4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:89686191015453d93dda8818895cf5df85ba20afb8cfca929f8bd7f9d5c68d96_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:8c0908022fc3e47059b25b8927201256b331272a018a584a50803e735262c82e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0b90b184be8b91ba0429aab99151f6fde8b58197f50379876e354e66a567e044_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:0ee558ab0fb73e9063dac2654665e613a7ae45798893584e50104190cbcad491_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:d7ef3d1672b05c8534ae76de68da676e23f431176c7b89dbd636976e4752cbee_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:e8a06fef6949e57ee62aec89bed4a24cbcd2226710aad99e6c751dab18050afa_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:03d3c045107d7edafc3ef0025baa9b0efbe59928d3b63856b95ba60273fa0a65_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:90fc3d8bde025ae8680269980d0d5336baafc93aeae0478702e3594cbbc17ee2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:b1ab1cf3e930abb6a64fda88518372d336f52d3b35f50da30d60c16b36da2fd7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:f13503451a6b196f6e33304d48fb5923be508b8ba61a26b8f463784b0018cf4c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41440f32cec47e5c83cf465f0c663f0d93b6c923185f29e509d788f1d93d4ee1_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:7fa19932c4f69974570eb98b84966e1980fd50dcd3989c76cb4b705c434e2be5_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cb3eec53f6bc28a1d55045a876947fc9f89a01228719e8cc674f3dc4c308a3b0_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:cd05bcecf656850c392ae02a25cab50b947e17ee524aaa1861f5bf15226e0a08_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:653e3a35c2d8659ccfec0dc0747505ea133ab9951e35f0342e1c1e4272182f53_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:aa753c7a7ea4ca884e7538b272c842267719c061b2934a791b4806c3b88973fe_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:d46c51532614bc174db040587bd65ca6fc16085ca396bec9150deb5c01cf16a8_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:e8206d7a56dee1e2e1d4dce26704c2768477144247015a49a75992de3d156675_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:2619e2c3139fff5e23d6e4d8735a0405411a66bb284d3d07ac6d6d217c1ce75a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5fd61f6d1d90f0f95d345d379c708f3fac36bf1f9b1b800b6396cdccd9193248_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:864e1f6e1b240e7f39fc1bf2181ec68ce51cf5a8ed7840fef693e53b3823e75f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:b8d4463686715e8db3d509f6b8c72728165970740e571ac8f88efcb2a91e41da_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:2b76a6aa0e03dd8ea997b44456d50dffa1b780d34005f749de8db6ee29b5c546_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:3130c7434f4523dbd7a1eb78d1800e5ff583517b97538681e4afe51de67070e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:ceec32f75ff6107896e5760eeb78fa2a053881caffd386bfdcbb5817f2e22718_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:e2a1ccde8fa30d56e5c2ab90426d7f868bc7cd07e09f13c9342c046741923127_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:2234d87c9999d3a112c1b414fd5a25afc37c2ee20d5e6ec413b4477185aea91f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:94b2a6175c3665c5745dc65b9c1bbd7e4de8a64a0f3a2e8f4af7eab0be213c77_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:baaec1c3f0b0fc577735ad06e441cdb3b0c3d642102f0a596b28a499577fd8d6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:c800a427d518e48df8e5a492d828c6f3844bddc8c7ba6f80111309999499de62_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:848ef75d17fa90fd0d8d28222ef915105af8f58e5f400a9738412b1e82b5df39_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:aeef173fcbf44e0791c36f4e01a787e582b80e0d7958ecdcb32c09095228b2dc_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c3f5149d294490eb2b6a7f47efcfff6958b98467733699c6efa8cf7f31c4a049_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:d096299ccb0569ba260224b713505382849aec3e2d1cfa08a97b460fcf4e1e02_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:1c47ca81a2808dfd7ebd13c8b6f2bbf8b6ff5a52bcb222512d3d2ba4d6ee91cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:417c27992f86d53d9d7ea1cc22c3c599764183bc4e3fea2f3a01ad586adaf970_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:6f3125769cb5d158be666402d00979ace572c700d55b431151c092b02dcab4bc_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:aa7f2073a9f0fe854436c18478efc41421d70d6192749efba65cd2caf791371a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:55fcbaf725e43e92ab640ea43381e8b906a4501215841136f18ebd08c5348659_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9318abff36863b26132cd4445106fcad31dc5a2c47d150aa467f65d3408289ad_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:94b5c35eb4b189b9d8d1600ba8340690da5b2870b545fbfaffab05dd9b54ed89_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:b1845f6aa8cace795360d727e998ea371aae2bebbd5aaf757923304a3de17984_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:320be004867813f58de1eefdbdbc146cf3e5cd8046b02344d89802eca6dad274_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:3ce718dcf4647162e2bee28db841fc5661914fe4e89b6a90e1f2d54d13d94cfc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:9aea082a01ea2490eb6c7640f33155f31f918777715ff091f3c91b784d0c4d25_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:e2f52b028d7e3f8a082792b06a322ba57f7f544d031b61cbd2773336e25517fe_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:0e3dc99aa5566024f6db8870ff8280c029c3e308cecb25a65880c4414ce5a610_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:6f02a2fbae1a17d8e1e170c7eb31dc0684d2ca2669bcd5409e087152c7a4b8ab_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:acaabf398bcca21191c73be1682bf3161dadc9185cb63097ec69c62c54b47fb2_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:ae20e25aa0ec5b6684266c302fc31475e28de0f946567954fe7984a0485d103d_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:17ada043fbb5225e5b118ad22a31e53d7cd7d209c22cb9c0e70c037f83904d3e_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:24e8c04a4fc1cce79534dd254e2ae36c7aa3587bea4b483af187f02e40b9dd2f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:5356aa7e072eac4a8804e1e412571715c1fdd7c4f6e5c0bbd60e47614f83a0d2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:95db1a802f71dd1c5b6c8f061dd216957637a67172f4fb4f8e2f46dc82468757_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:00068a4319d92ee2671b72951c5d5e9e9bfd1a83d68c9148b8719c1577230abc_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:4e3f5fab7428cad69d8457ca3c56bc0c358262573176966c72a569038f87f609_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:72532554bdf444ce3f84e5269df59b02217b4329dcf3648f25736e2782840cdd_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:cbfd736d74ff4e654e50f39f533787a916caa88d1af67c221eb1782c7a06c292_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:066d1c2a23d29d89911328af44ec79f4cfba1edaf9a3b2b5a457464607c8d4df_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2213a71ab49871f3254d31c7d57599268eb9b7beb85508e99a75b2409b1a7f59_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:63b9fd19a0e7f34f265d58c8cece765568558e77154f716308878c67d00e8341_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:729b70a950dfe232b51e76a41aa7e3601443b0d9f522a44ebdca3a87667c9464_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:118922b59a55cb293f65388d19e1833db19312d1303c32c3cba85b41316139ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:63ec71df1f9eb23b48fe386791513dd81d8694f0d2b3a54e8beadab7cad43fea_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:824af8427ba46d702b4b10e9a236fe639813b0cd72cda6af1e24a28ad2d3f23a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:fa5e8b27694c4561d4276c6fc42109424e01ec8eae1e9f8093f13a100aba368f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:1ab0000d82b32810dd551632ceb86130e2196fd871fc99ea3f3abd3950b68d35_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:229a3c03142740f31623322a706638e59e58b3bed8e96397c2f4dc8d65951664_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:23fd684ee2228414cb9f790049b086bb8d2a6bf28de0ae57b18f73da8ef6db5f_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:29bad736c8fba703244773ce572e4d7ebf041b776fe37bc884fca798d07d59f2_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:3f15dcaf08e6a864cffcee44e0188dee2c6c04492f787fb1fbdf4c7c9bd0d2f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:7e5d71ee440934fb814527c7e19fca0b587689a3e40bcec6af94f5262dd9d697_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:92b0fdf9d133d7af689075bcfdd90abbae60040221ee4a195ffd0c10a59f2496_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:d63dc814a1ab9e8dc3f8c92eb2a8e11fd502f1d9aab4e24278233adcc075874f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:82e47436868837bba6b56ac43b0e0f9b609542932c8d97e9aa339517d3d7f3b7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:852e458ce23c8af67551f7e24cc76bd2c05db16be6396b63233ace961c6f7ce9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dynaconf: jinja2: Dynaconf: Arbitrary code execution via Server-Side Template Injection"
}
]
}
RHSA-2026:13571
Vulnerability from csaf_redhat - Published: 2026-05-04 23:37 - Updated: 2026-06-08 09:55A flaw was found in jose4j. A remote attacker can exploit this by crafting a malicious JSON Web Encryption (JWE) token with an exceptionally high compression ratio. When this token is processed by the server, it results in significant memory allocation and processing time during decompression. This can lead to a Denial of Service, making the service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
|
A Server-Side Request Forgery (SSRF) vulnerability was identified in Next.js Server Actions. If the `Host` header is modified, and the below conditions are also met, an attacker may be able to make requests that appear to be originating from the Next.js application server itself. The required conditions are 1) Next.js is running in a self-hosted manner; 2) the Next.js application makes use of Server Actions; and 3) the Server Action performs a redirect to a relative path which starts with a `/`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
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 |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Vert.x. The Web static handler component cache can be manipulated to deny the access to static files served by the handler using specifically crafted request URIs, preventing legitimate users from accessing static files with an HTTP 404 response.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
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 |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in React Server Components. A remote attacker can exploit this vulnerability by sending specially crafted HTTP requests to Server Function endpoints. This can lead to a Denial of Service (DoS), causing server crashes, out-of-memory exceptions, or excessive CPU usage, thereby impacting the availability of applications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
|
An unbounded disk usage flaw has been discovered in Next.js. The default Next.js image optimization disk cache (`/_next/image`) did not have a configurable upper bound, allowing unbounded cache growth. An attacker could generate many unique image-optimization variants and exhaust disk space, causing denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty. A remote attacker could exploit this vulnerability by sending specially crafted HTTP/1.1 chunked transfer encoding extension values. Due to incorrect parsing of quoted strings, this flaw enables request smuggling attacks, potentially allowing an attacker to bypass security controls or access unauthorized information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty. A remote user can trigger a Denial of Service (DoS) against a Netty HTTP/2 server by sending a flood of CONTINUATION frames. The server's lack of a limit on these frames, coupled with a bypass of size-based mitigations using zero-byte frames, allows an attacker to consume excessive CPU resources. This can render the server unresponsive with minimal bandwidth usage.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific "Gadget" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"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": "Streams for Apache Kafka 3.2.0 is now available from the Red Hat Customer Portal.\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 Streams for Apache Kafka, based on the Apache Kafka project, offers a distributed\nbackbone that allows microservices and other applications to share data with\nextremely high throughput and extremely low latency.\n\nThis release of Red Hat Streams for Apache Kafka 3.2.0 serves as a replacement for Red Hat Streams for Apache Kafka 3.1.0, and includes security and bug fixes, and enhancements.\n\nSecurity Fix(es):\n* Drain Cleaner, Kafks Exporter - Eclipse Vert.x Web static handler file access denial [amq-st-3.2]\"(CVE-2026-1002)\"\n* Drain Cleaner, Kroxylicous - Netty denial of service[amqst-3.2]\"(CVE-2026-33871)\"\n* Drain Cleaner, Kroxylicous - Netty request smuggling attacks[amqst-3.2]\"(CVE-2026-33870)\"\n* Cruise Control - jose4j denial of service [amqst-3.2]\"(CVE-2024-29371)\"\n* Kafka Exporter - golang-github-danielqsj-kafka_exporter: Memory exhaustion in query parameter parsing in net/url [amq-st-3.2]\"(CVE-2025-61726)\"\n* Kafka Exporter - golang-github-danielqsj-kafka_exporter: golang: Denial of Service due to excessive resource consumption via crafted certificate [amq-st-3.2]\"(CVE-2025-61729)\"\n* Kafka Exporter - golang-github-danielqsj-kafka_exporter: Unexpected session resumption in crypto/tls [amqst-3.2]\"(CVE-2025-68121)\"\n* console UI - Next.js Server-Side Request Forgery in Server Actions [amqst-3.2]\"(CVE-2024-34351)\"\n* console UI - com.github.streamshub-console: Next.js: Unbounded next/image disk cache growth can exhaust storage[amqst-3.2]\"(CVE-2026-27980)\"\n* console UI - Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization [amqst-3.2]\"(CVE-2025-62718)\"\n* console UI - React Server Components: Denial of Service via specially crafted HTTP requests [amqst-3.2]\"(CVE-2026-23864)\"\n* console UI - Axios: Remote Code Execution via Prototype Pollution escalation [amqst-3.2]\"(CVE-2026-40175)\"\n* console UI - lodash: Arbitrary code execution via untrusted input in template imports [amqst-3.2]\"(CVE-2026-4800)\"",
"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:13571",
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#critical",
"url": "https://access.redhat.com/security/updates/classification/#critical"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2423194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423194"
},
{
"category": "external",
"summary": "2430180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430180"
},
{
"category": "external",
"summary": "2433059",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433059"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2448509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448509"
},
{
"category": "external",
"summary": "2452453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452453"
},
{
"category": "external",
"summary": "2452456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452456"
},
{
"category": "external",
"summary": "2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "2454387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454387"
},
{
"category": "external",
"summary": "2456913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456913"
},
{
"category": "external",
"summary": "2457432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457432"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13571.json"
}
],
"title": "Red Hat Security Advisory: Streams for Apache Kafka 3.2.0 release and security update",
"tracking": {
"current_release_date": "2026-06-08T09:55:48+00:00",
"generator": {
"date": "2026-06-08T09:55:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:13571",
"initial_release_date": "2026-05-04T23:37:19+00:00",
"revision_history": [
{
"date": "2026-05-04T23:37:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-04T23:37:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-08T09:55:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Streams for Apache Kafka 3.2.0",
"product": {
"name": "Streams for Apache Kafka 3.2.0",
"product_id": "Streams for Apache Kafka 3.2.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:amq_streams:3.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-29371",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-17T16:01:18.173727+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423194"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jose4j. A remote attacker can exploit this by crafting a malicious JSON Web Encryption (JWE) token with an exceptionally high compression ratio. When this token is processed by the server, it results in significant memory allocation and processing time during decompression. This can lead to a Denial of Service, making the service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jose4j: jose4j: Denial of Service via malicious JSON Web Encryption (JWE) token compression",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important as it can lead to a Denial of Service in applications that process untrusted JSON Web Encryption tokens. An attacker can craft a malicious JWE token with an exceptionally high compression ratio, causing excessive memory allocation and processing time during decompression in affected components like jose4j. This affects products such as Red Hat AMQ, Enterprise Application Platform (EAP 8.0.z, 8.1.z), Red Hat JBoss Fuse, JBoss Data Grid, OpenShift Developer Tools \u0026 Services, Red Hat build of Apache Camel, Red Hat Integration, Red Hat OpenShift Dev Spaces, Red Hat Process Automation Manager, Red Hat Single Sign-On (RH-SSO), Insights, cloud.redhat.com, and OpenShift Serverless.",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29371"
},
{
"category": "external",
"summary": "RHBZ#2423194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29371"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29371",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29371"
},
{
"category": "external",
"summary": "https://bitbucket.org/b_c/jose4j/issues/220/vuln-zip-bomb-attack",
"url": "https://bitbucket.org/b_c/jose4j/issues/220/vuln-zip-bomb-attack"
}
],
"release_date": "2025-12-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to 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": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
}
],
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jose4j: jose4j: Denial of Service via malicious JSON Web Encryption (JWE) token compression"
},
{
"cve": "CVE-2024-34351",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-04-02T15:56:14.719577+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2454387"
}
],
"notes": [
{
"category": "description",
"text": "A Server-Side Request Forgery (SSRF) vulnerability was identified in Next.js Server Actions. If the `Host` header is modified, and the below conditions are also met, an attacker may be able to make requests that appear to be originating from the Next.js application server itself. The required conditions are 1) Next.js is running in a self-hosted manner; 2) the Next.js application makes use of Server Actions; and 3) the Server Action performs a redirect to a relative path which starts with a `/`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "next: Next.js Server-Side Request Forgery in Server Actions",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34351"
},
{
"category": "external",
"summary": "RHBZ#2454387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454387"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34351",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34351"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34351",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34351"
},
{
"category": "external",
"summary": "https://github.com/vercel/next.js/commit/8f7a6ca7d21a97bc9f7a1bbe10427b5ad74b9085",
"url": "https://github.com/vercel/next.js/commit/8f7a6ca7d21a97bc9f7a1bbe10427b5ad74b9085"
},
{
"category": "external",
"summary": "https://github.com/vercel/next.js/pull/62561",
"url": "https://github.com/vercel/next.js/pull/62561"
},
{
"category": "external",
"summary": "https://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g",
"url": "https://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g"
}
],
"release_date": "2024-05-09T16:14:16.236000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to 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": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "next: Next.js Server-Side Request Forgery in Server Actions"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to 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": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"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",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"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-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to 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": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
}
],
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-62718",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-09T15:01:48.111177+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has limited impact due to combination of non-default conditions to exploit: the attacker must be able to control or influence URLs passed to axios in a server-side context, the application must have both `HTTP_PROXY` and `NO_PROXY` configured, and the proxy itself must be positioned to act on the misdirected traffic or have been compromised by the attacker to intercept the rerouted traffic.",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62718"
},
{
"category": "external",
"summary": "RHBZ#2456913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1",
"url": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2",
"url": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df",
"url": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10661",
"url": "https://github.com/axios/axios/pull/10661"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5"
}
],
"release_date": "2026-04-09T14:31:46.067000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to 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": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to 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": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-1002",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-01-15T21:03:20.088599+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430180"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vert.x. The Web static handler component cache can be manipulated to deny the access to static files served by the handler using specifically crafted request URIs, preventing legitimate users from accessing static files with an HTTP 404 response.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.vertx/vertx-core: static handler component cache can be manipulated to deny the access to static files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability allows a remote attacker to block access to specific static files, such as images, CSS or HTML files. However, the underlying Vert.x server, the API endpoints and other non-cached resources are not affected. Due to this reason, this issue 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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1002"
},
{
"category": "external",
"summary": "RHBZ#2430180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430180"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1002"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1002",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1002"
},
{
"category": "external",
"summary": "https://github.com/eclipse-vertx/vert.x/pull/5895",
"url": "https://github.com/eclipse-vertx/vert.x/pull/5895"
}
],
"release_date": "2026-01-15T20:50:25.642000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to 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": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, consider disabling the static handler cache by configuring the StaticHandler instance with setCachingEnabled(false), for example:\n\n~~~\nStaticHandler staticHandler = StaticHandler.create().setCachingEnabled(false);\n~~~",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "io.vertx/vertx-core: static handler component cache can be manipulated to deny the access to static files"
},
{
"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",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"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-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to 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": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-23864",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2026-01-26T20:01:54.396535+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433059"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in React Server Components. A remote attacker can exploit this vulnerability by sending specially crafted HTTP requests to Server Function endpoints. This can lead to a Denial of Service (DoS), causing server crashes, out-of-memory exceptions, or excessive CPU usage, thereby impacting the availability of applications.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "react-server-dom-webpack: react-server-dom-parcel: reactreact-server-dom-turbopack: React Server Components: Denial of Service via specially crafted HTTP requests",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23864"
},
{
"category": "external",
"summary": "RHBZ#2433059",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433059"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23864",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23864"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23864",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23864"
},
{
"category": "external",
"summary": "https://github.com/facebook/react/security/advisories/GHSA-83fc-fqcc-2hmg",
"url": "https://github.com/facebook/react/security/advisories/GHSA-83fc-fqcc-2hmg"
},
{
"category": "external",
"summary": "https://www.facebook.com/security/advisories/cve-2026-23864",
"url": "https://www.facebook.com/security/advisories/cve-2026-23864"
}
],
"release_date": "2026-01-26T19:16:38.250000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to 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": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
}
],
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "react-server-dom-webpack: react-server-dom-parcel: reactreact-server-dom-turbopack: React Server Components: Denial of Service via specially crafted HTTP requests"
},
{
"cve": "CVE-2026-27980",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-18T01:01:36.393672+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448509"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded disk usage flaw has been discovered in Next.js. The default Next.js image optimization disk cache (`/_next/image`) did not have a configurable upper bound, allowing unbounded cache growth. An attacker could generate many unique image-optimization variants and exhaust disk space, causing denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "next.js: Next.js: Unbounded next/image disk cache growth can exhaust storage",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27980"
},
{
"category": "external",
"summary": "RHBZ#2448509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27980"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27980",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27980"
},
{
"category": "external",
"summary": "https://github.com/vercel/next.js/commit/39eb8e0ac498b48855a0430fbf4c22276a73b4bd",
"url": "https://github.com/vercel/next.js/commit/39eb8e0ac498b48855a0430fbf4c22276a73b4bd"
},
{
"category": "external",
"summary": "https://github.com/vercel/next.js/releases/tag/v16.1.7",
"url": "https://github.com/vercel/next.js/releases/tag/v16.1.7"
},
{
"category": "external",
"summary": "https://github.com/vercel/next.js/security/advisories/GHSA-3x4c-7xq6-9pq8",
"url": "https://github.com/vercel/next.js/security/advisories/GHSA-3x4c-7xq6-9pq8"
}
],
"release_date": "2026-03-18T00:23:34.862000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to 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": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "next.js: Next.js: Unbounded next/image disk cache growth can exhaust storage"
},
{
"cve": "CVE-2026-33870",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-03-27T21:01:59.865839+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452453"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. A remote attacker could exploit this vulnerability by sending specially crafted HTTP/1.1 chunked transfer encoding extension values. Due to incorrect parsing of quoted strings, this flaw enables request smuggling attacks, potentially allowing an attacker to bypass security controls or access unauthorized information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33870"
},
{
"category": "external",
"summary": "RHBZ#2452453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452453"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33870",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33870"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33870",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33870"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-pwqr-wmgm-9rr8",
"url": "https://github.com/netty/netty/security/advisories/GHSA-pwqr-wmgm-9rr8"
},
{
"category": "external",
"summary": "https://w4ke.info/2025/06/18/funky-chunks.html",
"url": "https://w4ke.info/2025/06/18/funky-chunks.html"
},
{
"category": "external",
"summary": "https://w4ke.info/2025/10/29/funky-chunks-2.html",
"url": "https://w4ke.info/2025/10/29/funky-chunks-2.html"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc9110",
"url": "https://www.rfc-editor.org/rfc/rfc9110"
}
],
"release_date": "2026-03-27T19:54:15.586000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to 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": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values"
},
{
"cve": "CVE-2026-33871",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-27T21:02:13.396015+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452456"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. A remote user can trigger a Denial of Service (DoS) against a Netty HTTP/2 server by sending a flood of CONTINUATION frames. The server\u0027s lack of a limit on these frames, coupled with a bypass of size-based mitigations using zero-byte frames, allows an attacker to consume excessive CPU resources. This can render the server unresponsive with minimal bandwidth usage.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This important vulnerability in Netty HTTP/2 servers allows a remote attacker to cause a Denial of Service by sending a flood of CONTINUATION frames. This can lead to excessive CPU consumption and render the server unresponsive. Red Hat products utilizing affected Netty versions, such as Red Hat AMQ, Enterprise Application Platform, and OpenShift Container Platform components, are impacted if configured to use HTTP/2.",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33871"
},
{
"category": "external",
"summary": "RHBZ#2452456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33871",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33871"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33871",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33871"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-w9fj-cfpg-grvv",
"url": "https://github.com/netty/netty/security/advisories/GHSA-w9fj-cfpg-grvv"
}
],
"release_date": "2026-03-27T19:55:23.135000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to 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": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
}
],
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood"
},
{
"cve": "CVE-2026-40175",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-10T20:02:10.296601+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific \"Gadget\" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Remote Code Execution via Prototype Pollution escalation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Axios library, a promise-based HTTP client, is susceptible to an Important prototype pollution vulnerability. This flaw, when combined with specific \"Gadget\" attack chains in third-party dependencies, can lead to remote code execution or full cloud compromise, including bypassing AWS IMDSv2.\n \nWith pollution check patch available in Axios gives an advantage, it remains vulnerable due to HTTP Header Sanitation and Server-Side Request Forgery threat.\n\nRed Hat products that incorporate the vulnerable Axios library are affected.\n\nThe openshift4/ose-monitoring-plugin-rhel9 container image is not vulnerable to this flaw. The affected component is used as a build-time dependency but it\u0027s not shipped in the final product, meaning the flaw is not present thus cannot be exploited in the container deployments.\n\nRegarding openshift4/ose-console for Product stream 4.12 and 4.13, the vulnerable component is present (indirect dependency), but the vulnerability is not exploitable in our case due to the browser runtime, where the required Node.js-specific attack vectors are not available. With this, the impact becomes low.",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "RHBZ#2457432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1",
"url": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10660",
"url": "https://github.com/axios/axios/pull/10660"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx",
"url": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx"
}
],
"release_date": "2026-04-10T19:23:52.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to 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": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"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:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Remote Code Execution via Prototype Pollution escalation"
}
]
}
RHSA-2026:13826
Vulnerability from csaf_redhat - Published: 2026-05-05 16:10 - Updated: 2026-06-08 05:20A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in Python-Markdown. Parsing crafted markdown content containing malformed HTML-like sequences causes html.parser.HTMLParser to raise an unhandled AssertionError. This unhandled exception allows an attacker to cause an application crash and potentially disclose sensitive information via its stack trace.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in undici, a Node.js HTTP/1.1 client. A remote attacker could exploit this vulnerability by sending HTTP/1.1 requests that include duplicate Content-Length headers with different casing (e.g., "Content-Length" and "content-length"). This can lead to HTTP Request Smuggling, a technique where an attacker sends an ambiguous request that is interpreted differently by a proxy and a backend server. Successful exploitation could result in unauthorized access, cache poisoning, or credential hijacking. It may also cause a Denial of Service (DoS) if strict HTTP parsers reject the malformed requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in undici. A remote attacker can exploit this vulnerability by sending a specially crafted compressed frame, known as a "decompression bomb," during permessage-deflate decompression. The undici WebSocket client does not properly limit the size of decompressed data, leading to unbounded memory consumption. This can cause the Node.js process to exhaust available memory, resulting in a denial of service (DoS) where the process crashes or becomes unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in undici. A remote attacker could exploit this vulnerability by sending a specially crafted WebSocket frame with an extremely large 64-bit length. This causes undici's ByteParser to overflow its internal calculations, leading to an invalid state and a fatal TypeError. The primary consequence is a Denial of Service (DoS), which terminates the process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in the undici WebSocket client. A remote malicious server can exploit this vulnerability by sending a WebSocket frame with an invalid `server_max_window_bits` parameter within the permessage-deflate extension. This improper validation causes the client's Node.js process to terminate, leading to a denial-of-service (DoS) condition for the client.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A security flaw was identified in the Orchestrator Plugin of Red Hat Developer Hub (Backstage). The issue occurs due to insufficient input validation in GraphQL query handling. An authenticated user can inject specially crafted input into API requests, which disrupts backend query processing. This results in the entire Backstage application crashing and restarting, leading to a platform-wide Denial of Service (DoS). As a result, legitimate users temporarily lose access to the platform.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in path-to-regexp. A remote attacker could exploit this vulnerability by providing specially crafted input that generates a regular expression with multiple sequential optional groups. This leads to an exponential growth in the generated regular expression, causing a Denial of Service (DoS) due to excessive resource consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in Underscore.js, a JavaScript utility library. This vulnerability allows a remote attacker to trigger a Denial of Service (DoS) attack by providing specially crafted recursive data structures. When these structures are processed by the _.flatten or _.isEqual functions, which lack a depth limit for recursion, a stack overflow occurs. This can make the application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in Backstage. The backstage/plugin-techdocs-node package uses an allowlist to filter dangerous MkDocs configuration keys during the documentation build process. A gap in this allowlist allows attackers to craft an mkdocs.yml file that causes arbitrary Python code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A denial of service flaw has been discovered in the flatted npm library. flatted's parse() function uses a recursive revive() phase to resolve circular references in deserialized JSON. When given a crafted payload with deeply nested or self-referential $ indices, the recursion depth is unbounded, causing a stack overflow that crashes the Node.js process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
A flaw was found in flatted, a JavaScript Object Notation (JSON) parser designed for handling circular data structures. A remote attacker can exploit this vulnerability by providing specially crafted JSON input. The parse() function in flatted fails to properly validate string values used as array index keys, allowing an attacker to manipulate internal JavaScript object prototypes. This prototype pollution can enable an attacker to execute arbitrary code or cause a denial of service, impacting the availability and integrity of affected systems.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
A flaw was found in the node-forge library, a JavaScript implementation of Transport Layer Security. This vulnerability, inherited from the bundled jsbn library, allows a remote attacker to cause a Denial of Service (DoS). When the BigInteger.modInverse() function is called with a zero value, it enters an infinite loop, causing the process to hang indefinitely and consume 100% of the CPU resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in Forge (also called `node-forge`), a JavaScript implementation of Transport Layer Security. A remote attacker could exploit weaknesses in the RSASSA PKCS#1 v1.5 signature verification process. By crafting malicious signatures that include extra data within the ASN structure and do not meet padding requirements, an attacker can bypass signature validation. This allows for the creation of forged signatures that appear legitimate, potentially compromising the integrity and authenticity of communications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in Forge (also called `node-forge`), a JavaScript library used for Transport Layer Security (TLS). The library's Ed25519 signature verification process does not correctly validate cryptographic signatures, allowing forged non-canonical signatures to be accepted. A remote attacker could exploit this signature malleability to bypass authentication and authorization logic. This vulnerability can also circumvent security checks in applications that rely on the uniqueness of cryptographic signatures for functions such as deduplication or preventing replay attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in Forge (also known as node-forge), a JavaScript implementation of Transport Layer Security (TLS). The `pki.verifyCertificateChain()` function does not properly enforce certificate validation rules. This oversight allows an intermediate certificate that lacks specific security extensions to enable any leaf certificate to function as a Certificate Authority (CA) and sign other certificates. Consequently, node-forge could accept these unauthorized certificates as valid, potentially leading to spoofing or the issuance of illegitimate certificates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in basic-ftp, an FTP client for Node.js. A remote attacker can exploit this vulnerability by injecting Carriage Return Line Feed (CRLF) sequences into file path parameters used by high-level APIs. This allows the attacker to split a single intended FTP command into multiple commands. Such command injection can lead to the execution of arbitrary commands, potentially compromising the integrity and availability of data or the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific "Gadget" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 | — | ||
| Unresolved product id: Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"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 Developer Hub 1.9.4 has been released.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Developer Hub (RHDH) is Red Hat\u0027s enterprise-grade, self-managed, customizable developer portal based on Backstage.io. RHDH is supported on OpenShift and other major Kubernetes clusters (AKS, EKS, GKE). The core features of RHDH include a single pane of glass, a centralized software catalog, self-service via golden path templates, and Tech Docs. RHDH is extensible by plugins.",
"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:13826",
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62718",
"url": "https://access.redhat.com/security/cve/CVE-2025-62718"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69534",
"url": "https://access.redhat.com/security/cve/CVE-2025-69534"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1525",
"url": "https://access.redhat.com/security/cve/CVE-2026-1525"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1526",
"url": "https://access.redhat.com/security/cve/CVE-2026-1526"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1528",
"url": "https://access.redhat.com/security/cve/CVE-2026-1528"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2229",
"url": "https://access.redhat.com/security/cve/CVE-2026-2229"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27601",
"url": "https://access.redhat.com/security/cve/CVE-2026-27601"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"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-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29186",
"url": "https://access.redhat.com/security/cve/CVE-2026-29186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3118",
"url": "https://access.redhat.com/security/cve/CVE-2026-3118"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32141",
"url": "https://access.redhat.com/security/cve/CVE-2026-32141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32280",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32282",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33228",
"url": "https://access.redhat.com/security/cve/CVE-2026-33228"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33891",
"url": "https://access.redhat.com/security/cve/CVE-2026-33891"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33894",
"url": "https://access.redhat.com/security/cve/CVE-2026-33894"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33895",
"url": "https://access.redhat.com/security/cve/CVE-2026-33895"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33896",
"url": "https://access.redhat.com/security/cve/CVE-2026-33896"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39983",
"url": "https://access.redhat.com/security/cve/CVE-2026-39983"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40175",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40895",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"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/cve/CVE-2026-4926",
"url": "https://access.redhat.com/security/cve/CVE-2026-4926"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh",
"url": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh"
},
{
"category": "external",
"summary": "https://developers.redhat.com/rhdh/overview",
"url": "https://developers.redhat.com/rhdh/overview"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_developer_hub",
"url": "https://docs.redhat.com/en/documentation/red_hat_developer_hub"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHDHBUGS-2981",
"url": "https://issues.redhat.com/browse/RHDHBUGS-2981"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHDHBUGS-2970",
"url": "https://issues.redhat.com/browse/RHDHBUGS-2970"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHDHBUGS-2967",
"url": "https://issues.redhat.com/browse/RHDHBUGS-2967"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHDHBUGS-2935",
"url": "https://issues.redhat.com/browse/RHDHBUGS-2935"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHDHBUGS-2922",
"url": "https://issues.redhat.com/browse/RHDHBUGS-2922"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHDHBUGS-2920",
"url": "https://issues.redhat.com/browse/RHDHBUGS-2920"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13826.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Developer Hub 1.9.4 release.",
"tracking": {
"current_release_date": "2026-06-08T05:20:55+00:00",
"generator": {
"date": "2026-06-08T05:20:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:13826",
"initial_release_date": "2026-05-05T16:10:46+00:00",
"revision_history": [
{
"date": "2026-05-05T16:10:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-07T15:39:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-08T05:20:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Developer Hub 1.9",
"product": {
"name": "Red Hat Developer Hub 1.9",
"product_id": "Red Hat Developer Hub 1.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhdh:1.9::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Developer Hub"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-hub-rhel9@sha256%3A80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1777903262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-rhel9-operator@sha256%3A7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1777902709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-operator-bundle@sha256%3A47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1777909942"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64 as a component of Red Hat Developer Hub 1.9",
"product_id": "Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64 as a component of Red Hat Developer Hub 1.9",
"product_id": "Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64 as a component of Red Hat Developer Hub 1.9",
"product_id": "Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-62718",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-09T15:01:48.111177+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has limited impact due to combination of non-default conditions to exploit: the attacker must be able to control or influence URLs passed to axios in a server-side context, the application must have both `HTTP_PROXY` and `NO_PROXY` configured, and the proxy itself must be positioned to act on the misdirected traffic or have been compromised by the attacker to intercept the rerouted traffic.",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62718"
},
{
"category": "external",
"summary": "RHBZ#2456913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1",
"url": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2",
"url": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df",
"url": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10661",
"url": "https://github.com/axios/axios/pull/10661"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5"
}
],
"release_date": "2026-04-09T14:31:46.067000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization"
},
{
"cve": "CVE-2025-69534",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2026-03-05T16:01:10.432461+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444839"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python-Markdown. Parsing crafted markdown content containing malformed HTML-like sequences causes html.parser.HTMLParser to raise an unhandled AssertionError. This unhandled exception allows an attacker to cause an application crash and potentially disclose sensitive information via its stack trace.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-markdown: denial of service via malformed HTML-like sequences",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a specially crafted payload to be processed by an application using Python-Markdown. Additionally, the security impact of this vulnerability is limited to an information disclosure via the unhandled exception stack trace and a denial of service. There is no memory corruption or arbitrary command execution. Due to these reasons, this issue has been rated with an important 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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69534"
},
{
"category": "external",
"summary": "RHBZ#2444839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444839"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69534"
},
{
"category": "external",
"summary": "https://github.com/Python-Markdown/markdown",
"url": "https://github.com/Python-Markdown/markdown"
},
{
"category": "external",
"summary": "https://github.com/Python-Markdown/markdown/actions/runs/15736122892",
"url": "https://github.com/Python-Markdown/markdown/actions/runs/15736122892"
},
{
"category": "external",
"summary": "https://github.com/Python-Markdown/markdown/issues/1534",
"url": "https://github.com/Python-Markdown/markdown/issues/1534"
}
],
"release_date": "2026-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, wrap your markdown parsing function in a try/except block. This catches the unhandled exception, preventing both the application crash and the stack trace leak.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-markdown: denial of service via malformed HTML-like sequences"
},
{
"cve": "CVE-2026-1525",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-03-12T21:01:33.639277+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447144"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici, a Node.js HTTP/1.1 client. A remote attacker could exploit this vulnerability by sending HTTP/1.1 requests that include duplicate Content-Length headers with different casing (e.g., \"Content-Length\" and \"content-length\"). This can lead to HTTP Request Smuggling, a technique where an attacker sends an ambiguous request that is interpreted differently by a proxy and a backend server. Successful exploitation could result in unauthorized access, cache poisoning, or credential hijacking. It may also cause a Denial of Service (DoS) if strict HTTP parsers reject the malformed requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: Undici: HTTP Request Smuggling and Denial of Service due to duplicate Content-Length headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate impact. A flaw in the undici Node.js HTTP/1.1 client allows for HTTP Request Smuggling or Denial of Service. This can occur in Red Hat products that use undici and process HTTP requests where user-controlled header names are not case-normalized, or headers are passed as flat arrays.",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1525"
},
{
"category": "external",
"summary": "RHBZ#2447144",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447144"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1525"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1525",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1525"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://cwe.mitre.org/data/definitions/444.html",
"url": "https://cwe.mitre.org/data/definitions/444.html"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-2mjp-6q6p-2qxm",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-2mjp-6q6p-2qxm"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3556037",
"url": "https://hackerone.com/reports/3556037"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc9110.html#section-8.6",
"url": "https://www.rfc-editor.org/rfc/rfc9110.html#section-8.6"
}
],
"release_date": "2026-03-12T19:56:55.092000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"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:L",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "undici: Undici: HTTP Request Smuggling and Denial of Service due to duplicate Content-Length headers"
},
{
"cve": "CVE-2026-1526",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-12T21:01:25.538271+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447142"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici. A remote attacker can exploit this vulnerability by sending a specially crafted compressed frame, known as a \"decompression bomb,\" during permessage-deflate decompression. The undici WebSocket client does not properly limit the size of decompressed data, leading to unbounded memory consumption. This can cause the Node.js process to exhaust available memory, resulting in a denial of service (DoS) where the process crashes or becomes unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: undici: Denial of Service via unbounded memory consumption during WebSocket permessage-deflate decompression",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1526"
},
{
"category": "external",
"summary": "RHBZ#2447142",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447142"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc7692",
"url": "https://datatracker.ietf.org/doc/html/rfc7692"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-vrm6-8vpv-qv8q",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-vrm6-8vpv-qv8q"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3481206",
"url": "https://hackerone.com/reports/3481206"
}
],
"release_date": "2026-03-12T20:08:05.950000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: undici: Denial of Service via unbounded memory consumption during WebSocket permessage-deflate decompression"
},
{
"cve": "CVE-2026-1528",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-03-12T21:01:36.954017+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447145"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici. A remote attacker could exploit this vulnerability by sending a specially crafted WebSocket frame with an extremely large 64-bit length. This causes undici\u0027s ByteParser to overflow its internal calculations, leading to an invalid state and a fatal TypeError. The primary consequence is a Denial of Service (DoS), which terminates the process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: undici: Denial of Service via crafted WebSocket frame with large length",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1528"
},
{
"category": "external",
"summary": "RHBZ#2447145",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447145"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-f269-vfmq-vjvj",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-f269-vfmq-vjvj"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3537648",
"url": "https://hackerone.com/reports/3537648"
}
],
"release_date": "2026-03-12T20:21:57.775000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: undici: Denial of Service via crafted WebSocket frame with large length"
},
{
"cve": "CVE-2026-2229",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-03-12T21:01:29.187989+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447143"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the undici WebSocket client. A remote malicious server can exploit this vulnerability by sending a WebSocket frame with an invalid `server_max_window_bits` parameter within the permessage-deflate extension. This improper validation causes the client\u0027s Node.js process to terminate, leading to a denial-of-service (DoS) condition for the client.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: Undici: Denial of Service via invalid WebSocket permessage-deflate extension parameter",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2229"
},
{
"category": "external",
"summary": "RHBZ#2447143",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447143"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2229"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc7692",
"url": "https://datatracker.ietf.org/doc/html/rfc7692"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-v9p9-hfj2-hcw8",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-v9p9-hfj2-hcw8"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3487486",
"url": "https://hackerone.com/reports/3487486"
},
{
"category": "external",
"summary": "https://nodejs.org/api/zlib.html#class-zlibinflateraw",
"url": "https://nodejs.org/api/zlib.html#class-zlibinflateraw"
}
],
"release_date": "2026-03-12T20:27:05.600000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: Undici: Denial of Service via invalid WebSocket permessage-deflate extension parameter"
},
{
"acknowledgments": [
{
"names": [
"Thibault Guittet"
]
}
],
"cve": "CVE-2026-3118",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"discovery_date": "2026-02-24T12:08:42.955000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442273"
}
],
"notes": [
{
"category": "description",
"text": "A security flaw was identified in the Orchestrator Plugin of Red Hat Developer Hub (Backstage). The issue occurs due to insufficient input validation in GraphQL query handling. An authenticated user can inject specially crafted input into API requests, which disrupts backend query processing. This results in the entire Backstage application crashing and restarting, leading to a platform-wide Denial of Service (DoS). As a result, legitimate users temporarily lose access to the platform.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rhdh: GraphQL Injection Leading to Platform-Wide Denial of Service (DoS) in RH Developer Hub Orchestrator Plugin",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This MODERATE impact vulnerability in the Orchestrator Plugin of Red Hat Developer Hub (Backstage) allows an authenticated attacker to cause a platform-wide Denial of Service. By injecting specially crafted input into GraphQL API requests, an attacker can disrupt backend query processing, leading to the application crashing and restarting. This issue temporarily prevents legitimate users from accessing the platform.",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3118"
},
{
"category": "external",
"summary": "RHBZ#2442273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3118",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3118"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3118",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3118"
}
],
"release_date": "2026-02-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict network access to the Red Hat Developer Hub instance to trusted users and networks only. This limits the exposure of the vulnerable Orchestrator Plugin to unauthorized access.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rhdh: GraphQL Injection Leading to Platform-Wide Denial of Service (DoS) in RH Developer Hub Orchestrator Plugin"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"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-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-4926",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-03-26T20:03:28.427630+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in path-to-regexp. A remote attacker could exploit this vulnerability by providing specially crafted input that generates a regular expression with multiple sequential optional groups. This leads to an exponential growth in the generated regular expression, causing a Denial of Service (DoS) due to excessive resource consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "path-to-regexp: path-to-regexp: Denial of Service via crafted regular expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in `path-to-regexp` that can lead to a Denial of Service. The vulnerability occurs when specially crafted input containing multiple sequential optional groups is used to generate regular expressions, causing exponential resource consumption.\n\nThe Red Hat Advanced Cluster Security is not affected by this issue since it\u0027s shipping a `path-to-regexp` version which doesn\u0027t contain the vulnerable code.",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4926"
},
{
"category": "external",
"summary": "RHBZ#2451867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4926",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4926"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4926",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4926"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
}
],
"release_date": "2026-03-26T18:59:38+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, limit the use of multiple sequential optional groups in route patterns within applications that use `path-to-regexp`. Additionally, avoid directly passing user-controlled input as route patterns to prevent the generation of maliciously crafted regular expressions.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "path-to-regexp: path-to-regexp: Denial of Service via crafted regular expressions"
},
{
"cve": "CVE-2026-27601",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-03-03T23:01:58.011378+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444247"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Underscore.js, a JavaScript utility library. This vulnerability allows a remote attacker to trigger a Denial of Service (DoS) attack by providing specially crafted recursive data structures. When these structures are processed by the _.flatten or _.isEqual functions, which lack a depth limit for recursion, a stack overflow occurs. This can make the application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Underscore.js: Underscore.js: Denial of Service via recursive data structures in flatten and isEqual functions",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27601"
},
{
"category": "external",
"summary": "RHBZ#2444247",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444247"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27601",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27601"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27601",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27601"
},
{
"category": "external",
"summary": "https://github.com/jashkenas/underscore/commit/411e222eb0ca5d570cc4f6315c02c05b830ed2b4",
"url": "https://github.com/jashkenas/underscore/commit/411e222eb0ca5d570cc4f6315c02c05b830ed2b4"
},
{
"category": "external",
"summary": "https://github.com/jashkenas/underscore/commit/a6e23ae9647461ec33ad9f92a2ecfc220eea0a84",
"url": "https://github.com/jashkenas/underscore/commit/a6e23ae9647461ec33ad9f92a2ecfc220eea0a84"
},
{
"category": "external",
"summary": "https://github.com/jashkenas/underscore/security/advisories/GHSA-qpx9-hpmf-5gmw",
"url": "https://github.com/jashkenas/underscore/security/advisories/GHSA-qpx9-hpmf-5gmw"
}
],
"release_date": "2026-03-03T22:38:38.955000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications utilizing Underscore.js should ensure that any processing of untrusted, recursively structured data with `_.flatten` or `_.isEqual` explicitly enforces a finite depth limit. Review application code to identify and modify calls to these functions, adding appropriate depth parameters to prevent stack overflow conditions. Additionally, input validation should be implemented to sanitize untrusted data before it is processed by Underscore.js functions.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Underscore.js: Underscore.js: Denial of Service via recursive data structures in flatten and isEqual functions"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
}
],
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"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-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
}
],
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-29186",
"cwe": {
"id": "CWE-791",
"name": "Incomplete Filtering of Special Elements"
},
"discovery_date": "2026-03-07T16:01:40.949207+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445480"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Backstage. The backstage/plugin-techdocs-node package uses an allowlist to filter dangerous MkDocs configuration keys during the documentation build process. A gap in this allowlist allows attackers to craft an mkdocs.yml file that causes arbitrary Python code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "backstage/plugin-techdocs-node: TechDocs Mkdocs configuration key enables arbitrary code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs commit access to a repository that Backstage is configured to track and build in order to introduce a malicious mkdocs.yml file into the TechDocs build pipeline. Additionally, an attacker can execute arbitrary Python code but the payload is confined by the permissions granted to the TechDocs build process which is typically a restricted service account, limiting the impact of this vulnerability. Due to these reasons, this vulnerability has been rated with an important 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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29186"
},
{
"category": "external",
"summary": "RHBZ#2445480",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445480"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29186"
},
{
"category": "external",
"summary": "https://github.com/backstage/backstage/security/advisories/GHSA-928r-fm4v-mvrw",
"url": "https://github.com/backstage/backstage/security/advisories/GHSA-928r-fm4v-mvrw"
}
],
"release_date": "2026-03-07T15:03:51.422000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"category": "workaround",
"details": "To mitigate this issue, enable docker isolation by updating the Backstage configuration to use \u0027runIn: docker\u0027 instead of \u0027runIn: local\u0027, confining the arbitrary Python code execution to a containerized environment. Additionally, limit commit access to repositories tracked by Backstage to trusted contributors only, and enforce mandatory pull request (PR) reviews for any modifications made to the mkdocs.yml file.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "backstage/plugin-techdocs-node: TechDocs Mkdocs configuration key enables arbitrary code execution"
},
{
"cve": "CVE-2026-32141",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-12T19:01:30.987208+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447083"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the flatted npm library. flatted\u0027s parse() function uses a recursive revive() phase to resolve circular references in deserialized JSON. When given a crafted payload with deeply nested or self-referential $ indices, the recursion depth is unbounded, causing a stack overflow that crashes the Node.js process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "flatted: flatted: Unbounded recursion DoS in parse() revive phase",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32141"
},
{
"category": "external",
"summary": "RHBZ#2447083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32141"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/commit/7eb65d857e1a40de11c47461cdbc8541449f0606",
"url": "https://github.com/WebReflection/flatted/commit/7eb65d857e1a40de11c47461cdbc8541449f0606"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/pull/88",
"url": "https://github.com/WebReflection/flatted/pull/88"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/security/advisories/GHSA-25h7-pfq9-p65f",
"url": "https://github.com/WebReflection/flatted/security/advisories/GHSA-25h7-pfq9-p65f"
}
],
"release_date": "2026-03-12T18:08:09.634000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "flatted: flatted: Unbounded recursion DoS in parse() revive phase"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
}
],
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, 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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-33228",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-21T00:01:43.424803+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449872"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in flatted, a JavaScript Object Notation (JSON) parser designed for handling circular data structures. A remote attacker can exploit this vulnerability by providing specially crafted JSON input. The parse() function in flatted fails to properly validate string values used as array index keys, allowing an attacker to manipulate internal JavaScript object prototypes. This prototype pollution can enable an attacker to execute arbitrary code or cause a denial of service, impacting the availability and integrity of affected systems.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "flatted: Flatted: Prototype pollution vulnerability allows arbitrary code execution via crafted JSON.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A Critical vulnerability was discovered in \u0027flatted\u0027, a JavaScript JSON parser. It could enable a remote, unauthenticated attacker to execute arbitrary code or cause a denial of service. Exploitation involves prototype pollution by providing a specially crafted JSON input. Red Hat products that process un-trusted JSON data and utilize the \u0027flatted\u0027 library are at risk if they do not properly sanitize input.",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33228"
},
{
"category": "external",
"summary": "RHBZ#2449872",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449872"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33228"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33228",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33228"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/commit/885ddcc33cf9657caf38c57c7be45ae1c5272802",
"url": "https://github.com/WebReflection/flatted/commit/885ddcc33cf9657caf38c57c7be45ae1c5272802"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/releases/tag/v3.4.2",
"url": "https://github.com/WebReflection/flatted/releases/tag/v3.4.2"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/security/advisories/GHSA-rf6f-7fwh-wjgh",
"url": "https://github.com/WebReflection/flatted/security/advisories/GHSA-rf6f-7fwh-wjgh"
}
],
"release_date": "2026-03-20T23:06:48.485000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Critical"
}
],
"title": "flatted: Flatted: Prototype pollution vulnerability allows arbitrary code execution via crafted JSON."
},
{
"cve": "CVE-2026-33891",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-03-27T21:01:34.410210+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452450"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-forge library, a JavaScript implementation of Transport Layer Security. This vulnerability, inherited from the bundled jsbn library, allows a remote attacker to cause a Denial of Service (DoS). When the BigInteger.modInverse() function is called with a zero value, it enters an infinite loop, causing the process to hang indefinitely and consume 100% of the CPU resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Denial of Service via infinite loop in BigInteger.modInverse()",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33891"
},
{
"category": "external",
"summary": "RHBZ#2452450",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452450"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33891",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33891"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/9bb8d67b99d17e4ebb5fd7596cd699e11f25d023",
"url": "https://github.com/digitalbazaar/forge/commit/9bb8d67b99d17e4ebb5fd7596cd699e11f25d023"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5m6q-g25r-mvwx",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5m6q-g25r-mvwx"
}
],
"release_date": "2026-03-27T20:43:37.725000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Denial of Service via infinite loop in BigInteger.modInverse()"
},
{
"cve": "CVE-2026-33894",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-27T21:02:52.462999+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452464"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Forge (also called `node-forge`), a JavaScript implementation of Transport Layer Security. A remote attacker could exploit weaknesses in the RSASSA PKCS#1 v1.5 signature verification process. By crafting malicious signatures that include extra data within the ASN structure and do not meet padding requirements, an attacker can bypass signature validation. This allows for the creation of forged signatures that appear legitimate, potentially compromising the integrity and authenticity of communications.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: Forge: Signature Forgery via Weak RSASSA PKCS#1 v1.5 Verification",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33894"
},
{
"category": "external",
"summary": "RHBZ#2452464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452464"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33894",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33894"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33894",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33894"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc2313#section-8",
"url": "https://datatracker.ietf.org/doc/html/rfc2313#section-8"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-ppp5-5v6c-4jwp",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-ppp5-5v6c-4jwp"
},
{
"category": "external",
"summary": "https://mailarchive.ietf.org/arch/msg/openpgp/5rnE9ZRN1AokBVj3VqblGlP63QE",
"url": "https://mailarchive.ietf.org/arch/msg/openpgp/5rnE9ZRN1AokBVj3VqblGlP63QE"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc8017.html",
"url": "https://www.rfc-editor.org/rfc/rfc8017.html"
}
],
"release_date": "2026-03-27T20:45:49.583000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: Forge: Signature Forgery via Weak RSASSA PKCS#1 v1.5 Verification"
},
{
"cve": "CVE-2026-33895",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-27T21:02:18.484291+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452457"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Forge (also called `node-forge`), a JavaScript library used for Transport Layer Security (TLS). The library\u0027s Ed25519 signature verification process does not correctly validate cryptographic signatures, allowing forged non-canonical signatures to be accepted. A remote attacker could exploit this signature malleability to bypass authentication and authorization logic. This vulnerability can also circumvent security checks in applications that rely on the uniqueness of cryptographic signatures for functions such as deduplication or preventing replay attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: Forge: Authentication bypass via forged Ed25519 cryptographic signatures",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33895"
},
{
"category": "external",
"summary": "RHBZ#2452457",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452457"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33895"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33895",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33895"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc8032#section-8.4",
"url": "https://datatracker.ietf.org/doc/html/rfc8032#section-8.4"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/bdecf11571c9f1a487cc0fe72fe78ff6dfa96b85",
"url": "https://github.com/digitalbazaar/forge/commit/bdecf11571c9f1a487cc0fe72fe78ff6dfa96b85"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-q67f-28xg-22rw",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-q67f-28xg-22rw"
}
],
"release_date": "2026-03-27T20:47:54.492000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: Forge: Authentication bypass via forged Ed25519 cryptographic signatures"
},
{
"cve": "CVE-2026-33896",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-03-27T21:02:22.762233+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Forge (also known as node-forge), a JavaScript implementation of Transport Layer Security (TLS). The `pki.verifyCertificateChain()` function does not properly enforce certificate validation rules. This oversight allows an intermediate certificate that lacks specific security extensions to enable any leaf certificate to function as a Certificate Authority (CA) and sign other certificates. Consequently, node-forge could accept these unauthorized certificates as valid, potentially leading to spoofing or the issuance of illegitimate certificates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: Forge (node-forge): Certificate validation bypass allows unauthorized certificate issuance",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33896"
},
{
"category": "external",
"summary": "RHBZ#2452458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33896",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33896"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33896",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33896"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/2e492832fb25227e6b647cbe1ac981c123171e90",
"url": "https://github.com/digitalbazaar/forge/commit/2e492832fb25227e6b647cbe1ac981c123171e90"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-2328-f5f3-gj25",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-2328-f5f3-gj25"
}
],
"release_date": "2026-03-27T20:50:03.418000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: Forge (node-forge): Certificate validation bypass allows unauthorized certificate issuance"
},
{
"cve": "CVE-2026-39983",
"cwe": {
"id": "CWE-93",
"name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)"
},
"discovery_date": "2026-04-09T18:02:16.209487+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456971"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in basic-ftp, an FTP client for Node.js. A remote attacker can exploit this vulnerability by injecting Carriage Return Line Feed (CRLF) sequences into file path parameters used by high-level APIs. This allows the attacker to split a single intended FTP command into multiple commands. Such command injection can lead to the execution of arbitrary commands, potentially compromising the integrity and availability of data or the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "basic-ftp: basic-ftp: Command injection via CRLF sequences in file path parameters",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39983"
},
{
"category": "external",
"summary": "RHBZ#2456971",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456971"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39983",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39983"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39983",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39983"
},
{
"category": "external",
"summary": "https://github.com/patrickjuchli/basic-ftp/commit/2ecc8e2c500c5234115f06fd1dbde1aa03d70f4b",
"url": "https://github.com/patrickjuchli/basic-ftp/commit/2ecc8e2c500c5234115f06fd1dbde1aa03d70f4b"
},
{
"category": "external",
"summary": "https://github.com/patrickjuchli/basic-ftp/releases/tag/v5.2.1",
"url": "https://github.com/patrickjuchli/basic-ftp/releases/tag/v5.2.1"
},
{
"category": "external",
"summary": "https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-chqc-8p9q-pq6q",
"url": "https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-chqc-8p9q-pq6q"
}
],
"release_date": "2026-04-09T17:05:46.228000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
},
{
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "basic-ftp: basic-ftp: Command injection via CRLF sequences in file path parameters"
},
{
"cve": "CVE-2026-40175",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-10T20:02:10.296601+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific \"Gadget\" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Remote Code Execution via Prototype Pollution escalation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Axios library, a promise-based HTTP client, is susceptible to an Important prototype pollution vulnerability. This flaw, when combined with specific \"Gadget\" attack chains in third-party dependencies, can lead to remote code execution or full cloud compromise, including bypassing AWS IMDSv2.\n \nWith pollution check patch available in Axios gives an advantage, it remains vulnerable due to HTTP Header Sanitation and Server-Side Request Forgery threat.\n\nRed Hat products that incorporate the vulnerable Axios library are affected.\n\nThe openshift4/ose-monitoring-plugin-rhel9 container image is not vulnerable to this flaw. The affected component is used as a build-time dependency but it\u0027s not shipped in the final product, meaning the flaw is not present thus cannot be exploited in the container deployments.\n\nRegarding openshift4/ose-console for Product stream 4.12 and 4.13, the vulnerable component is present (indirect dependency), but the vulnerability is not exploitable in our case due to the browser runtime, where the required Node.js-specific attack vectors are not available. With this, the impact becomes low.",
"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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "RHBZ#2457432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1",
"url": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10660",
"url": "https://github.com/axios/axios/pull/10660"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx",
"url": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx"
}
],
"release_date": "2026-04-10T19:23:52.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"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:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Remote Code Execution via Prototype Pollution escalation"
},
{
"cve": "CVE-2026-40895",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2026-04-21T21:02:33.280553+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460297"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: follow-redirects: Information disclosure via cross-domain 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 Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "RHBZ#2460297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460297"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40895"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653"
}
],
"release_date": "2026-04-21T19:59:59.759000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T16:10:46+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13826"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:80453720616cee369e9f79863ef1815a2741afdeb25d3572085d11ad54afa9a0_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:47c3fc5bfb21e980f0fa6c510c48c97982649c7f27d9d486a19391c56c9531ff_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:7118207df52574eb4eb9a6b35aa23eef8029937c2ace807b5e132bcc5188a972_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects"
}
]
}
RHSA-2026:14870
Vulnerability from csaf_redhat - Published: 2026-05-07 15:45 - Updated: 2026-06-08 01:53A 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 Satellite 6.18:registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64 | — |
Vendor Fix
fix
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 Satellite 6.18:registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64 | — |
Vendor Fix
fix
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": "A new satellite/iop-advisor-frontend-rhel9 container image is now generally available in the Red Hat container registry.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Lightspeed in Satellite analyzes system health and configuration by applying predefined rules to a small set of local data, such as installed packages, running services, and configuration settings. When you install Red Hat Lightspeed in Satellite locally, you can generate Red Hat Lightspeed recommendations without sending system data to Red Hat services. ",
"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:14870",
"url": "https://access.redhat.com/errata/RHSA-2026:14870"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.18/html/updating_red_hat_satellite/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.18/html/updating_red_hat_satellite/index"
},
{
"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-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": "external",
"summary": "https://catalog.redhat.com/software/containers/search",
"url": "https://catalog.redhat.com/software/containers/search"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/installing_satellite_server_in_a_connected_network_environment/performing-additional-configuration-on-server_satellite#installing-and-configuring-red-hat-lightspeed-in-satellite",
"url": "https://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/installing_satellite_server_in_a_connected_network_environment/performing-additional-configuration-on-server_satellite#installing-and-configuring-red-hat-lightspeed-in-satellite"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/installing_satellite_server_in_a_disconnected_network_environment/performing-additional-configuration#installing-and-configuring-red-hat-lightspeed-in-satellite",
"url": "https://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/installing_satellite_server_in_a_disconnected_network_environment/performing-additional-configuration#installing-and-configuring-red-hat-lightspeed-in-satellite"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_14870.json"
}
],
"title": "Red Hat Security Advisory: General availability of the satellite/iop-advisor-frontend-rhel9 container image",
"tracking": {
"current_release_date": "2026-06-08T01:53:27+00:00",
"generator": {
"date": "2026-06-08T01:53:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:14870",
"initial_release_date": "2026-05-07T15:45:54+00:00",
"revision_history": [
{
"date": "2026-05-07T15:45:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-07T15:46:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-08T01:53:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.18",
"product": {
"name": "Red Hat Satellite 6.18",
"product_id": "Red Hat Satellite 6.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64",
"product": {
"name": "registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64",
"product_id": "registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iop-advisor-frontend-rhel9@sha256%3A1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a?arch=amd64\u0026repository_url=registry.redhat.io/satellite\u0026tag=1777911535"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64 as a component of Red Hat Satellite 6.18",
"product_id": "Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64"
},
"product_reference": "registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64",
"relates_to_product_reference": "Red Hat Satellite 6.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",
"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 Satellite 6.18:registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64"
]
},
"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-07T15:45:54+00:00",
"details": "For Red Hat Lightspeed in Satellite installation see the Red Hat Satellite documentation.",
"product_ids": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14870"
},
{
"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 Satellite 6.18:registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64"
]
}
],
"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 Satellite 6.18:registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"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",
"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 Satellite 6.18:registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64"
]
},
"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-07T15:45:54+00:00",
"details": "For Red Hat Lightspeed in Satellite installation see the Red Hat Satellite documentation.",
"product_ids": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14870"
},
{
"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 Satellite 6.18:registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64"
]
}
],
"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 Satellite 6.18:registry.redhat.io/satellite/iop-advisor-frontend-rhel9@sha256:1a9489fdc27626a7942f7406beae9994fe94b877010e2c7ff6077db880c7b52a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
}
]
}
RHSA-2026:14871
Vulnerability from csaf_redhat - Published: 2026-05-07 15:46 - Updated: 2026-06-08 01:53A 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 Satellite 6.18:registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64 | — |
Vendor Fix
fix
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 Satellite 6.18:registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64 | — |
Vendor Fix
fix
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": "A new satellite/iop-host-inventory-frontend-rhel9 container image is now generally available in the Red Hat container registry.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Lightspeed in Satellite analyzes system health and configuration by applying predefined rules to a small set of local data, such as installed packages, running services, and configuration settings. When you install Red Hat Lightspeed in Satellite locally, you can generate Red Hat Lightspeed recommendations without sending system data to Red Hat services. ",
"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:14871",
"url": "https://access.redhat.com/errata/RHSA-2026:14871"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.18/html/updating_red_hat_satellite/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.18/html/updating_red_hat_satellite/index"
},
{
"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-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": "external",
"summary": "https://catalog.redhat.com/software/containers/search",
"url": "https://catalog.redhat.com/software/containers/search"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/installing_satellite_server_in_a_connected_network_environment/performing-additional-configuration-on-server_satellite#installing-and-configuring-red-hat-lightspeed-in-satellite",
"url": "https://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/installing_satellite_server_in_a_connected_network_environment/performing-additional-configuration-on-server_satellite#installing-and-configuring-red-hat-lightspeed-in-satellite"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/installing_satellite_server_in_a_disconnected_network_environment/performing-additional-configuration#installing-and-configuring-red-hat-lightspeed-in-satellite",
"url": "https://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/installing_satellite_server_in_a_disconnected_network_environment/performing-additional-configuration#installing-and-configuring-red-hat-lightspeed-in-satellite"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_14871.json"
}
],
"title": "Red Hat Security Advisory: General availability of the satellite/iop-host-inventory-frontend-rhel9 container image",
"tracking": {
"current_release_date": "2026-06-08T01:53:32+00:00",
"generator": {
"date": "2026-06-08T01:53:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:14871",
"initial_release_date": "2026-05-07T15:46:01+00:00",
"revision_history": [
{
"date": "2026-05-07T15:46:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-07T15:46:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-08T01:53:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.18",
"product": {
"name": "Red Hat Satellite 6.18",
"product_id": "Red Hat Satellite 6.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64",
"product": {
"name": "registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64",
"product_id": "registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iop-host-inventory-frontend-rhel9@sha256%3A7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2?arch=amd64\u0026repository_url=registry.redhat.io/satellite\u0026tag=1777498806"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64 as a component of Red Hat Satellite 6.18",
"product_id": "Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64"
},
"product_reference": "registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64",
"relates_to_product_reference": "Red Hat Satellite 6.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",
"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 Satellite 6.18:registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64"
]
},
"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-07T15:46:01+00:00",
"details": "For Red Hat Lightspeed in Satellite installation see the Red Hat Satellite documentation.",
"product_ids": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14871"
},
{
"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 Satellite 6.18:registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64"
]
}
],
"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 Satellite 6.18:registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"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",
"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 Satellite 6.18:registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64"
]
},
"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-07T15:46:01+00:00",
"details": "For Red Hat Lightspeed in Satellite installation see the Red Hat Satellite documentation.",
"product_ids": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14871"
},
{
"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 Satellite 6.18:registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64"
]
}
],
"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 Satellite 6.18:registry.redhat.io/satellite/iop-host-inventory-frontend-rhel9@sha256:7a9a21eeb4b7d200c14a50ecfde4fa675835ec514f9b120357d787e5430776b2_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
}
]
}
RHSA-2026:16874
Vulnerability from csaf_redhat - Published: 2026-05-13 07:11 - Updated: 2026-06-08 09:45A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
Workaround
|
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
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: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
Workaround
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific "Gadget" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application's core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution "Gadget" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x | — |
A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 | — | ||
| Unresolved product id: Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_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": "Network Observability 1.11 for Red Hat OpenShift.",
"title": "Topic"
},
{
"category": "general",
"text": "Network flows collector and monitoring solution.",
"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:16874",
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62718",
"url": "https://access.redhat.com/security/cve/CVE-2025-62718"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32280",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32282",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40175",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40895",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42033",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42035",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42039",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42041",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42043",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"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": "external",
"summary": "https://docs.openshift.com/container-platform/latest/observability/network_observability/network-observability-operator-release-notes.html",
"url": "https://docs.openshift.com/container-platform/latest/observability/network_observability/network-observability-operator-release-notes.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16874.json"
}
],
"title": "Red Hat Security Advisory: Network Observability 1.11.2 for OpenShift",
"tracking": {
"current_release_date": "2026-06-08T09:45:29+00:00",
"generator": {
"date": "2026-06-08T09:45:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:16874",
"initial_release_date": "2026-05-13T07:11:01+00:00",
"revision_history": [
{
"date": "2026-05-13T07:11:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-13T07:11:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-08T09:45:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Network Observability (NETOBSERV) 1.11.2",
"product": {
"name": "Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:network_observ_optr:1.11::el9"
}
}
}
],
"category": "product_family",
"name": "Network Observability (NETOBSERV)"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3A43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778515762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3A3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3Ad61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3Ae9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256%3A1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778517101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3Aa59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510615"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3Ae0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3A0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778515762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3A34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3A79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510615"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3A7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778515762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3A37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3Af60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3A1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510615"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3Acc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778515762"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3Acb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778508956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3Aace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1778510615"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64 as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x as a component of Network Observability (NETOBSERV) 1.11.2",
"product_id": "Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-62718",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-09T15:01:48.111177+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has limited impact due to combination of non-default conditions to exploit: the attacker must be able to control or influence URLs passed to axios in a server-side context, the application must have both `HTTP_PROXY` and `NO_PROXY` configured, and the proxy itself must be positioned to act on the misdirected traffic or have been compromised by the attacker to intercept the rerouted traffic.",
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62718"
},
{
"category": "external",
"summary": "RHBZ#2456913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1",
"url": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2",
"url": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df",
"url": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10661",
"url": "https://github.com/axios/axios/pull/10661"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5"
}
],
"release_date": "2026-04-09T14:31:46.067000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important 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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"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-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
}
],
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, 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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-40175",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-10T20:02:10.296601+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific \"Gadget\" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Remote Code Execution via Prototype Pollution escalation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Axios library, a promise-based HTTP client, is susceptible to an Important prototype pollution vulnerability. This flaw, when combined with specific \"Gadget\" attack chains in third-party dependencies, can lead to remote code execution or full cloud compromise, including bypassing AWS IMDSv2.\n \nWith pollution check patch available in Axios gives an advantage, it remains vulnerable due to HTTP Header Sanitation and Server-Side Request Forgery threat.\n\nRed Hat products that incorporate the vulnerable Axios library are affected.\n\nThe openshift4/ose-monitoring-plugin-rhel9 container image is not vulnerable to this flaw. The affected component is used as a build-time dependency but it\u0027s not shipped in the final product, meaning the flaw is not present thus cannot be exploited in the container deployments.\n\nRegarding openshift4/ose-console for Product stream 4.12 and 4.13, the vulnerable component is present (indirect dependency), but the vulnerability is not exploitable in our case due to the browser runtime, where the required Node.js-specific attack vectors are not available. With this, the impact becomes low.",
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "RHBZ#2457432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1",
"url": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10660",
"url": "https://github.com/axios/axios/pull/10660"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx",
"url": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx"
}
],
"release_date": "2026-04-10T19:23:52.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"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:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Remote Code Execution via Prototype Pollution escalation"
},
{
"cve": "CVE-2026-40895",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2026-04-21T21:02:33.280553+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460297"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: follow-redirects: Information disclosure via cross-domain 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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "RHBZ#2460297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460297"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40895"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653"
}
],
"release_date": "2026-04-21T19:59:59.759000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects"
},
{
"cve": "CVE-2026-42033",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:20.937507+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461607"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: HTTP Transport Hijacking via Prototype Pollution",
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "RHBZ#2461607",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461607"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42033"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf"
}
],
"release_date": "2026-04-24T17:36:44.132000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: HTTP Transport Hijacking via Prototype Pollution"
},
{
"cve": "CVE-2026-42035",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:17.109481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461606"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application\u0027s core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Arbitrary HTTP header injection via prototype pollution",
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "RHBZ#2461606",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461606"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42035"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9"
}
],
"release_date": "2026-04-24T17:38:07.752000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios: Arbitrary HTTP header injection via prototype pollution"
},
{
"cve": "CVE-2026-42039",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-24T19:01:44.887156+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461630"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request 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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "RHBZ#2461630",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461630"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42039"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9"
}
],
"release_date": "2026-04-24T18:01:30.775000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
}
],
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data"
},
{
"cve": "CVE-2026-42041",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:41.034289+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461629"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution \"Gadget\" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling",
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "RHBZ#2461629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461629"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63",
"url": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63"
}
],
"release_date": "2026-04-24T17:55:30.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling"
},
{
"cve": "CVE-2026-42043",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-04-24T19:01:22.552379+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: NO_PROXY bypass via crafted URL",
"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": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "RHBZ#2461626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7"
}
],
"release_date": "2026-04-24T17:54:42.668000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T07:11:01+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:34419f34d0ae67c8f212caf1ef2676b5d2631857401e9243c3cedfb403a8b0f5_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:37effb6127e21b88a237af6559921fdc75ab412d5ca50091439ee2ddc109d93a_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:3d2ae0071d04ec457752b05fa372decdf1ad4ec7bfd14625184744456d71b150_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:cb26d81b79328a29cfeded49038bfe9248597adc98a8877b6973a9602bf2fac8_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:036bb1885155decf5f9a678951122bab77d612d7a508267554a126fb90e3a384_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:2548b2b664f5d6630cd49ea9a412941eed178e9932d5eabdec7488c336a911b7_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:693c5d89ab3f7b13b72d98bfa78f5632589996f48a95220b6b5202bd9bcd8054_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:d61e2799e52a2d7c00f581dddc26358fcec6df8d9663c72b9d2bc0dea3e550ea_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:12f64cd35aea9a907db0f11f2f0a346b5a39d1cfca8e851e7c5f5d0f4ff8a456_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3a1e2b780939ff380032e94fb2b653f7b738b5a1706b733a9ddedd35f01f65b1_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:e9df7189264996a042194a2a08babad5c703bc0dc69ac6d72e6b8fb4378824f9_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:f60d2d51d7971e140fcd2c73107168631b178f5a7eec07fed30fe958ebb7c360_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0bea960a5b46eb1204096eb80204d6f4814580a41f65043d3e10e8f982d2ba4a_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:43019d28d2d58f0af12dabcb681fb8c01aff90f8e5e141a72281ed5faf2c1def_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:7b7ee20cafcdb78df63448e63a2ae5e797494f344bc619d27eaa39e47d81b853_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:cc160fbb3939fc99f543af6ce9fcf9d81b6165c2a0cf4f6984c519393c577428_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:376f34874cc5734670e73a0830b5b4b8224ae1e8783986e9a8139eda36d59d7c_s390x",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:59a0cc6beb2d4d1de1a30107ad92f93f7d21706d22c547a9916f6f8021e2931f_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5f30dc8addf11a96c9e7323134e2bcf45872e6d7885656b23c8b9f8428d27495_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:e0f617d537bb574974c138cd72f9f3948cf881b38ea06dbd535889d52a2c9521_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:1144012ab4bb84b1f73804cb44a0f0febf2a30a5f41d5b301b9eccd125aa4c76_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:1a403eeab4784559f7866c8841d04acb62f8668ff729ac1f37e7a46dbce3ffa5_ppc64le",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:79c5750018bc03c8119de664b624c95ee7d30bd14cb712d6ffab73ef3ae221d6_arm64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:a59db5410dea24e7f0d722200a53990c1ec375ddad8567c1c77bada7f14b81d4_amd64",
"Network Observability (NETOBSERV) 1.11.2:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:ace6c6f62c97256f64974228f7b88026645e82281c69dda2d3e72ac7ba90e734_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: NO_PROXY bypass via crafted URL"
}
]
}
RHSA-2026:17448
Vulnerability from csaf_redhat - Published: 2026-05-20 10:58 - Updated: 2026-06-08 10:38A 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/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_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.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64 | — |
Workaround
|
A flaw was found in serialize-javascript. An attacker can exploit this vulnerability by providing a specially crafted "array-like" object with an excessively large length property during the serialization process. This action causes the application to enter an intensive loop, leading to 100% CPU consumption and an indefinite hang. The primary consequence is a Denial of Service (DoS), making the affected system unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64 | — |
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.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_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.18.42 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.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 container images for Red Hat OpenShift Container Platform 4.18.42. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:17446\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.18/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:17448",
"url": "https://access.redhat.com/errata/RHSA-2026:17448"
},
{
"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-34043",
"url": "https://access.redhat.com/security/cve/CVE-2026-34043"
},
{
"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-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_17448.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.18.42 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-08T10:38:54+00:00",
"generator": {
"date": "2026-06-08T10:38:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:17448",
"initial_release_date": "2026-05-20T10:58:13+00:00",
"revision_history": [
{
"date": "2026-05-20T10:58:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-20T10:58:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-08T10:38:54+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-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Aca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778004470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778541679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ac8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777469865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Afa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778501968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778394384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778564054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Aa99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778256287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778577522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778543005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Ae0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778066230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Aacda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778529034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778066212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778575820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777521534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Aa807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778542941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778502127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Ab34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778541712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778502068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152595"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3Afda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152744"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Addcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778004470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Ac441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778541679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Ab70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778242571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777469865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Ad259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778501968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Aba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778394384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ac69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778564054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778256287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778577522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Aeefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778543005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778066230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Ab69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778529034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778066212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778575820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777521534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ab59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778542941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ad862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778502127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Ac575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778541712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778018468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778018468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778502068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Ad167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152595"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ae546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778004470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778541679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777469865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ac8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778564054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778256287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778577522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778543005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778066230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778529034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Af965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778066212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778575820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777521534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Aa3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778542941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778502127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778541712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ae98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778502068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152595"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ad7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778004470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778541679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Ab1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778242571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777469865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778564054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778256287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778577522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778543005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aa971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778066230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Aed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778529034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778066212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778575820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777521534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ab0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778542941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aa079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ae2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778502127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778541712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778502068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Aff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778152595"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_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/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_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/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_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/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_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/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_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-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_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-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_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-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_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-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_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-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_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-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_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-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_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-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_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/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_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/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_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/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_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/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_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-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_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-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_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-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_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-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_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-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_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-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_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-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_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-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_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-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_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-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_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-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_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-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_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-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_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-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_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-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_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-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_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-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_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-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_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-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_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-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_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-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_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-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_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-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_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-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_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-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_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-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_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-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_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-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_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-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_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-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_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-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_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-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_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-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_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-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_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-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_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-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_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-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_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-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_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-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_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-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_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-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_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-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_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-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_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-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_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-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_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-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_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-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_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-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_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-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_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-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_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-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_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-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_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-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_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-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_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-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_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-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_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-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_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-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_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-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_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-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_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-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_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-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_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-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_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-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_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-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_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-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_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-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_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-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_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-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_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-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_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-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_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-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_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-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_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-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_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-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_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-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_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-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_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-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_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-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_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-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_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-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_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-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_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-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_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-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_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-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_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-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_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-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_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-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_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-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_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-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_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-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_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-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_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-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_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-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_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-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_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-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_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-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_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-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_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-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_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-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_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-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_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-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_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-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_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-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_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-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_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-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_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-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_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-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_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-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_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-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_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-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_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-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_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-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_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-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_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-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_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-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_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-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_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-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_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-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_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-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_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-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_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-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_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-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_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-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_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-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_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-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_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-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_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-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_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-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_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-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_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-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_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-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_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-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_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-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_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-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_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-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_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-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_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-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_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-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_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-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_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-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_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-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_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-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_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-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_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-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_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-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_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-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_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-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_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-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_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-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_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-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_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-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.18"
}
]
},
"vulnerabilities": [
{
"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/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64"
]
}
],
"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/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64"
]
},
"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-20T10:58:13+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/\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:6d06289d04fe358bc23dcadb3bfdc46b3aaadf2d189a0fecbf3e521bd740378a\n\n (For s390x architecture)\n The image digest is sha256:c5f9c801aa2a73a41654d475fa41b3c05fb27a4309edc9e647b2d68d82f93f48\n\n (For ppc64le architecture)\n The image digest is sha256:535d8eb807614d87f2e1173b067a2d28fdab25111bec3ed39dcbe937397a853a\n\n (For aarch64 architecture)\n The image digest is sha256:f4bcaf145f146d33ed51280516edc9dce03e27917c073c7a825a1506963f26ac\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.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17448"
},
{
"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/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64"
]
}
],
"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/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"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/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_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.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_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-20T10:58:13+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/\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:6d06289d04fe358bc23dcadb3bfdc46b3aaadf2d189a0fecbf3e521bd740378a\n\n (For s390x architecture)\n The image digest is sha256:c5f9c801aa2a73a41654d475fa41b3c05fb27a4309edc9e647b2d68d82f93f48\n\n (For ppc64le architecture)\n The image digest is sha256:535d8eb807614d87f2e1173b067a2d28fdab25111bec3ed39dcbe937397a853a\n\n (For aarch64 architecture)\n The image digest is sha256:f4bcaf145f146d33ed51280516edc9dce03e27917c073c7a825a1506963f26ac\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.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17448"
},
{
"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/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_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.18:registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_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-34043",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-31T03:02:04.502444+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453284"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in serialize-javascript. An attacker can exploit this vulnerability by providing a specially crafted \"array-like\" object with an excessively large length property during the serialization process. This action causes the application to enter an intensive loop, leading to 100% CPU consumption and an indefinite hang. The primary consequence is a Denial of Service (DoS), making the affected system unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "serialize-javascript: serialize-javascript: Denial of Service via specially crafted array-like object serialization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat products in their default configurations do not accept input from unauthenticated users.",
"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-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34043"
},
{
"category": "external",
"summary": "RHBZ#2453284",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453284"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34043"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/commit/f147e90269b58bb6e539cfdf3d0e20d6ad14204b",
"url": "https://github.com/yahoo/serialize-javascript/commit/f147e90269b58bb6e539cfdf3d0e20d6ad14204b"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/releases/tag/v7.0.5",
"url": "https://github.com/yahoo/serialize-javascript/releases/tag/v7.0.5"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/security/advisories/GHSA-qj8w-gfj5-8c6v",
"url": "https://github.com/yahoo/serialize-javascript/security/advisories/GHSA-qj8w-gfj5-8c6v"
}
],
"release_date": "2026-03-31T01:48:45.759000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T10:58:13+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/\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:6d06289d04fe358bc23dcadb3bfdc46b3aaadf2d189a0fecbf3e521bd740378a\n\n (For s390x architecture)\n The image digest is sha256:c5f9c801aa2a73a41654d475fa41b3c05fb27a4309edc9e647b2d68d82f93f48\n\n (For ppc64le architecture)\n The image digest is sha256:535d8eb807614d87f2e1173b067a2d28fdab25111bec3ed39dcbe937397a853a\n\n (For aarch64 architecture)\n The image digest is sha256:f4bcaf145f146d33ed51280516edc9dce03e27917c073c7a825a1506963f26ac\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.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17448"
},
{
"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/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/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/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "serialize-javascript: serialize-javascript: Denial of Service via specially crafted array-like object serialization"
},
{
"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.18:registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64"
]
}
],
"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.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64"
]
},
"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-20T10:58:13+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/\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:6d06289d04fe358bc23dcadb3bfdc46b3aaadf2d189a0fecbf3e521bd740378a\n\n (For s390x architecture)\n The image digest is sha256:c5f9c801aa2a73a41654d475fa41b3c05fb27a4309edc9e647b2d68d82f93f48\n\n (For ppc64le architecture)\n The image digest is sha256:535d8eb807614d87f2e1173b067a2d28fdab25111bec3ed39dcbe937397a853a\n\n (For aarch64 architecture)\n The image digest is sha256:f4bcaf145f146d33ed51280516edc9dce03e27917c073c7a825a1506963f26ac\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.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17448"
},
{
"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/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_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.18:registry.redhat.io/openshift4/frr-rhel9@sha256:1a90ecaa0bf5883372bd0e744961369fe3b3064cd151e8972a6eaa5fc327b1d5_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:6c9025e27fe5e5bac0d0df4b57756df52841ff5d27cedceccd2a9c98949814c3_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:89b7cb7f468a0f3373c1b18481e9d79c8dbca881b66cc9b2750d0f05e2ff3760_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:f965feef38c32aab05431a9a9ca6617e04507e0f85693569ac24a7d09d28e57f_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:2cbd01ac79e20044a3fdd6cd774031d624029bef2a8d46628e3ddbc69936756a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3039e9f2faaf13dab2908306147d55ff2bb7697ed60f065a53bcd9889e9dac95_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:41450f48c4386595d9c9d1b9bc587cef1ded0547fb7ddbe7e5f12cd20706cee0_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:68703efe53ec01ce95f1252c5d654107ea2bc81f5c8d176e13457ad7c7cb973c_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a3935320e319694994b1c916f1d80d1da7ef833b81870786de2a6a7e0a06a871_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:a807cf31784c03fba9904cd051f01a2d4bfb4bf1b06993718e003f04eb6e3be8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b0a054194fb388308cd6d320a82d7f0578f430dfdc112517ba95ff3b89aa5005_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b59417e757d796cc81231dc86d718b72f5512d8dc265c7dc489e3ac44a7ed41f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1970c0068a78d44ebc89bf11e6bedec15507a3499299b4e095720be7e5d248af_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:898d1fb079be1005cab8c3f5358811ea62d6189906a1b579486301d55bd13574_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a971d70dddcf30f90546e1f075d3c8cf808b5a18e0674fc302623ebb29219931_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e0f5cae9c8813d16e48902aaccb621762ba5a781b85cffbf497550dfb27a149c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:5663332b1280c8eb5af7d1a447d7d133a9ed7145fee3e4b8fc8782eb6628b866_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:acda71f659e07e77c2088e40ec24e013481567d1222efd24431e777fdd611d1b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:72ae22bc4a3f4cec5544d8662f9090093a02f15f8b6efc2abc6f4acc2a1abf63_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9ac5ea6ebead6465c8f6c258caf477fdef2024b5ce2bba33e910e43e91660e1f_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6581ddd902d56312a4915019c5e01deed3f14ffbad508d9f8572fdd9137dd931_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:fda5d6016e13bcf2bca64a4b95cb5dac85d589816a8ba87d0cb2a26d5a81a0a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6969f18060750e317df386d4e6aa3fdf7f5c5fa7be6e8ea1f2f7cac542850d59_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:82d4e26355c6b270ed71536b369a285466c9ab4afbc7239ca11789bb33627b9c_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b69f9dd1fa1cd042bfef80afbfb12e12aed6ffa8ae53918b7dc10203a280ac66_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:ed973b1f61ba3ebc8b6c3ae5fea43dcd5b89558b6158ab285b37cf616237e903_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ca311cf0148946d0dfd9d181ae7f7201ed672265a21294e27a899f6248f84084_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d7adf333ab0b6a4fc2e73cbd74c2c8ea1feee75006b489ad06d8537324300442_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ddcec9825e939afabd744e758603081b6f42bece280058dfe4e7113d9343e4a2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e546a2b49fcad3812deac5ea36830253891e3fc3efe5899ff514a8897e2f1b3b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:57cc02bd593f37b52f4dc864281724e74cf9cd10c75554253e968cfa599fc46b_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7029ab71dbe0d893e485f45df22b3daa2eaeaf114241480b3e50198737f8ce87_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:c441e125ce76e17de2185d4d045aab03dcb5b92430781b1b9eb9c058e9ce37a1_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ded37dfa1703981a1b5967479b695a6a9ecd5c5d6b4e1eecbdba812c5a4c0b5d_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:458cc235f9dc5faf6681da1b132e7d1d2010723ff124c951c091a90c87bd90ad_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:894b6512414deeb12d9e621d1dfd9a9e4114e8a0f0c3ed5d9f1cc2e5c174c2d0_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:91d252fd71256ac92d723f43e42f69331f2842d695ef8b5b7c7f67aa4988c00b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:95841b2623d74d5e5dc51ec20a881d34b5af9307fca52d1be1b43b4d37153e94_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:0366d9d8271aeaf31ed8e10f701757fafcb2cfd406e20c2613b15202d97c4e73_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:10da3ee9d0307b4160c9cbba926a03e6cccb9b3aa57c18610c3723924d7dd1fe_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b1700eb1f2dacd9b9c8f682891180dc83f876390d0c386c0bcf3778ee2aa7eac_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b70bfe87a99b96a3971ccf7c004ecd4d5a064408ab2bdf3970d9fed782dc4c07_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:21c13024b765cb95cfdb7d3dd718c9caf4cacf12694ff001e79664d0157db4e9_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:2b94dc068f756dc08bdda3e280e38af7f9d89b484cc5c674a4d50a4ca3b3ae1a_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:64c56322ca646b861989f258e87f2d444160bce549bb952f6bd5541a48ec7f82_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c8d323216121d376850100c9a46c70874e55bfa5bb1143dafc49dd9323723cf0_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9224011fdc5ddb3f3d2ec7fb469545f17a43d1e9dafdcca5875b3e804fb78ed4_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:ba31af25379f5952c5981a8f85386d087d2eba6dbe409c2a452898d27b231c7b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d259248d4dda53b75424c5273a61d378cf7e669f96cb3a946b9765f0dbd62544_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fa241cf900e68a47cdf37d04ac56aea0ae9a3ce956318c6ef27c72865e5961cc_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0bf977a04d67f6b9b3af76e5945b2883f318ac84b2d2fc2d0eb2beac6b199de2_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:15d1be7c659d8d411b115dbfeb53ed732bdd1e389e585c4cd9268575e4968682_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:523e215f466bd6ef8f97b511b92bdc556086498783b42005688d9a65b7a80f7a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7cad2162ebe578fb7c75163b96c6a4fdaf9d79b6111c57c8ce785443b5f85760_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:18c20a39327b98e055a864c2994eb79fd708dfea6310979ed152f9289d281fa0_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8d2cea5c7057fe1fd0592f8559990997772da85feb272c66ee64d90a4a49ff60_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c69d426896f9cd83ebf8024cb109ece7126f8009a8cefdd5a413785865e2fb9e_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c8f57cea0037b41476e88effadb117752aed8e431b42289c0031769dae722d21_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:14e062b5b53d781f5f6a30f5c297b6f9480c0ba1b236de6620d2c0dbce0eb1b1_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:25eea661cfa9d1d6ca5b402542c8fee0fc5b3270e1e797926046249a770c2fff_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:30d4f2499699f8297a437c7029df6311d623fe092cb5753158b3aafe800b4faf_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a99c052ed2331a544da1b140546489ca8b540e03ca9905d4e2fa43ca3c3a8483_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:0bc3bb09e783c06195688e836f9da931ac8b602ce31038ddb199d21cfcce4b4c_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:64fec004bba258b4344d9ed9c092d76cd2d6d4250293efa21adecf8bcf8a22dc_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a079e5aaed3d28d1833dfc9218b77e2b2257e4f1923547f7ecb672efbd39293d_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d862b797dcca127e7597d545d1c9b45a1fa6422e3b7bc061a56da6829a53730b_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c4f9f69f15fb925664055c24a38b143eb4a7ad92864b4b2193a74d735c6f975_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c6510e0ab1fe42575be7c7f25bed8a1791d967d6f37b2e7486750dfbed5d73d8_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8eb4bae2b297ad9e0651fe01650c9cf026b93063e43f2f98143e0e3d0d333cb_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e98fc93baf6f9a1f9f567d28909e34da9c17e059bf6d25611bef8dbbf33c91d8_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:09e321bd8e6e7887968604cecd8ca8215fbb884d800e286d63817b591c1f0d59_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5bb4739923002998a4002b3f506ea90c5cfbdd9c0a0b17c54734d2b7ac85b744_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7225595a88462769700ea5fe5ce81df575d29b031c3cbad3ee520916d320d05a_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e2242afbffcc211dc547380e90846a80f6c40a8e4dd520663e1dd785851fa94a_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:14a4e3b9b8c5ee738e08250ac356cd802f77124c27830f672671cefc6b648397_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4cf302292021b3969e14bfbe4e98e049d56e503ded7cbde61ceb8e5eea22e15a_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d167ae74e35e9a03431a1a956a3bc8be02dfacfdc67acff17d777d1fbda773ca_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ff006ed5d713e6d828a693811d4555ec897e301347027f724f670ba889f3dc8b_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:4e2e5fc19ee6e928f23b58a63de8aa812f774ca82740d8f387b7342e1fa650ea_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:51347e464756ee7bbfb639fa42eae8e4bee23d1d3bc94cb88cabe791ac918010_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9850f5d9ff821a473f89827e075624be0d993d2d1d388435d15ac76ab807d77b_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eefed898ef90da76e09b4c4dfc207ad05b09b9d5cd2996486b8e6477b6ef6a45_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:734909c1611956ab79f1e2e50ce9502c2e0b1d2febbd3c23659eca7ca230d156_ppc64le",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:76894d3dfda41ed89d61741c3a89e9d19fa73f93454410c4d27b9091e18467bb_s390x",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:b34ddd53c398256f950bacb3a57c225cc42fe2da20c40b06004f956a7e792282_arm64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c575602a92e8d7b475ff559c79725511f74a13802db9d82b9355d38b81dc8665_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64",
"Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5c7f5b72699bae6473866bdf13fc5a5b125e5b6a3540dce209f7fa38a9b978eb_amd64"
]
}
],
"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"
}
]
}
RHSA-2026:17468
Vulnerability from csaf_redhat - Published: 2026-05-20 09:08 - Updated: 2026-06-08 10:38A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64 | — |
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.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64 | — |
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.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_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.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64 | — |
Workaround
|
A flaw was found in serialize-javascript. An attacker can exploit this vulnerability by providing a specially crafted "array-like" object with an excessively large length property during the serialization process. This action causes the application to enter an intensive loop, leading to 100% CPU consumption and an indefinite hang. The primary consequence is a Denial of Service (DoS), making the affected system unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64 | — |
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.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_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.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64 | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific "Gadget" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64 | — |
A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64 | — |
A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application's core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64 | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64 | — |
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution "Gadget" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64 | — |
A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64 | — |
{
"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.20.23 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.20.\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.20.23. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:17466\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.20/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:17468",
"url": "https://access.redhat.com/errata/RHSA-2026:17468"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"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-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34043",
"url": "https://access.redhat.com/security/cve/CVE-2026-34043"
},
{
"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-40175",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42033",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42035",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42039",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42041",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42043",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"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_17468.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.23 bug fix and security update",
"tracking": {
"current_release_date": "2026-06-08T10:38:52+00:00",
"generator": {
"date": "2026-06-08T10:38:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:17468",
"initial_release_date": "2026-05-20T09:08:54+00:00",
"revision_history": [
{
"date": "2026-05-20T09:08:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-20T09:10:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-08T10:38:52+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.2",
"product": {
"name": "Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.20::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:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-ui-rhel9@sha256%3Ab7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778645099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Ac4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Ab7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ae4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Acf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ac9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778629494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ae94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ac7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778172370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Afc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3Ada36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3Ad27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778539338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778548482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Adac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Af5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Ad379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140069"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Ad18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778546951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Ac231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778629437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778547955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ae65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ac118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778638503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Ac8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Abeb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778644858"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ab869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778531086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778638635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ae232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ae68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Abec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777587120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ae6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778631006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ac63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ad326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778160051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778531107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Ae5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3Aa6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778629426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778546958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Aa7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3Acedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Af0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778531443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778584541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Af062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Abd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778584541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ad88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aaaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Abdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Accc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778191634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Af389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778191640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Aeb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Adcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ae0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Ac8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Af251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Ae99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Af7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ae22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Aaf7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ac0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777595679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777595849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Aff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778488692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ab59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ab0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Ac2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Aa9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Aff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ab83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778643844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Ad91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ac729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778630859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3A7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Adef35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778593047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Aacb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778629499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Ad5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Ad5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778592920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Aa210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Ab80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3Acf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3Aacc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138096"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Ae5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Aecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Ad354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Afdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778629494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ac39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778172370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Aa9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778539338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Adf84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778548482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Abba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140069"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Aa1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778546951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778629437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778547955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Afc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ad815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778638503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Acbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Add1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778644858"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Affbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ad18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Aef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778531086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ad1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778638635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Abca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Ae4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777587120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778631006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Aa1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Aac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Aa7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778160051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778531107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Ac2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3Abefb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Ad0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778629426"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778546958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778531443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Ab83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778584541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Aa3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778584541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ae17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ab0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ac3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778191634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ad71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778191640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Abd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ae423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ae8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Ab6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Accec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Aacee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Abcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Aebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ab48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Ae0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Aca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Adfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Afa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777595679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777595849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778488692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Aef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Aa7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ad73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778643844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Ad0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Aecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Abde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Aed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778630859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Aa3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Adf2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Aa3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aa66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Af676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778593047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778629499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778592920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140015"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Ab4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Ad7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Acf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778629494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ac9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Adb6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Af76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778172370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ad41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Ad77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Af76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Add131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778539338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778548482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Aecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ab1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Ad00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140069"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Aa8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Abfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Af7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778638503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Abb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Afb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778644858"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Ac8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778531086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Af4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Af58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778638635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Ab659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ad00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777587120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Af7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778631006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Ade9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Add5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778160051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778531107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Aa10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778531443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Aa70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778584541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Afe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Af8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778584541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Aa36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ab206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778191634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aa99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778191640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Af73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Ac89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Afc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Af8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ad0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ace8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3Afb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777595679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ae7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777595849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778488692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Afd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778643844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Aeb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778630859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Ace1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Ad63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Ad86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Adfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778593047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Aedcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Ae178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Af7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778629499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ab9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778592920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Af2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Af213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140015"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Ad319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Af9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Ac1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Abd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Af9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778629494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778172370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Acf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ac23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778539338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778548482"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Ae99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140069"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ad07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Aa5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778638503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Af9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778644858"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778531086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Ad798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778638635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138119"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Acf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Afc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ab325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777587120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Ac2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Add9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778631006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ae893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Af84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Af11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778160051"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778531107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Aafa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Af5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Aa41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778531443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Adbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ace266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778584541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Afde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Ae79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139827"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778584541"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ae2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Acfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ae0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Abc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Aa73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778191634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778191640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139002"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Adc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Ab4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Af9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ab773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139391"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Ae56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Af28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ace4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139234"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Ac227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777595679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1777595849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Aba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778488692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Aa1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Abdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778643844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778148439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Ab7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Acab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ab9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778630859"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Acb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Addefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778593047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778138158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778629499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778592920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Ad9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778139790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Abd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778140015"
}
}
}
],
"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:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important 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.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T09:08:54+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/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:4a03c010c9c554dc86066a7130002cc8c0bdd13da6207a7eab299f1013690dbd\n\n (For s390x architecture)\n The image digest is sha256:b0c8a356ff222e9a2f76a81fedaa1c684d5242d274735a1a81317ba8c2cf0c52\n\n (For ppc64le architecture)\n The image digest is sha256:c78236afd3fd806533da51d6dc016cca7b92f9e5e78d30a4ea3d5bc44667f5ad\n\n (For aarch64 architecture)\n The image digest is sha256:bf8d33c6ccdb2560cb61a4787aedecd645ade9e90c77be86c59653b9f06c474b\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17468"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"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.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
},
"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-20T09:08:54+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/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:4a03c010c9c554dc86066a7130002cc8c0bdd13da6207a7eab299f1013690dbd\n\n (For s390x architecture)\n The image digest is sha256:b0c8a356ff222e9a2f76a81fedaa1c684d5242d274735a1a81317ba8c2cf0c52\n\n (For ppc64le architecture)\n The image digest is sha256:c78236afd3fd806533da51d6dc016cca7b92f9e5e78d30a4ea3d5bc44667f5ad\n\n (For aarch64 architecture)\n The image digest is sha256:bf8d33c6ccdb2560cb61a4787aedecd645ade9e90c77be86c59653b9f06c474b\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17468"
},
{
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"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.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
},
"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-20T09:08:54+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/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:4a03c010c9c554dc86066a7130002cc8c0bdd13da6207a7eab299f1013690dbd\n\n (For s390x architecture)\n The image digest is sha256:b0c8a356ff222e9a2f76a81fedaa1c684d5242d274735a1a81317ba8c2cf0c52\n\n (For ppc64le architecture)\n The image digest is sha256:c78236afd3fd806533da51d6dc016cca7b92f9e5e78d30a4ea3d5bc44667f5ad\n\n (For aarch64 architecture)\n The image digest is sha256:bf8d33c6ccdb2560cb61a4787aedecd645ade9e90c77be86c59653b9f06c474b\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17468"
},
{
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_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.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_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-20T09:08:54+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/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:4a03c010c9c554dc86066a7130002cc8c0bdd13da6207a7eab299f1013690dbd\n\n (For s390x architecture)\n The image digest is sha256:b0c8a356ff222e9a2f76a81fedaa1c684d5242d274735a1a81317ba8c2cf0c52\n\n (For ppc64le architecture)\n The image digest is sha256:c78236afd3fd806533da51d6dc016cca7b92f9e5e78d30a4ea3d5bc44667f5ad\n\n (For aarch64 architecture)\n The image digest is sha256:bf8d33c6ccdb2560cb61a4787aedecd645ade9e90c77be86c59653b9f06c474b\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17468"
},
{
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_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-34043",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-31T03:02:04.502444+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453284"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in serialize-javascript. An attacker can exploit this vulnerability by providing a specially crafted \"array-like\" object with an excessively large length property during the serialization process. This action causes the application to enter an intensive loop, leading to 100% CPU consumption and an indefinite hang. The primary consequence is a Denial of Service (DoS), making the affected system unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "serialize-javascript: serialize-javascript: Denial of Service via specially crafted array-like object serialization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat products in their default configurations do not accept input from unauthenticated users.",
"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.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34043"
},
{
"category": "external",
"summary": "RHBZ#2453284",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453284"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34043"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/commit/f147e90269b58bb6e539cfdf3d0e20d6ad14204b",
"url": "https://github.com/yahoo/serialize-javascript/commit/f147e90269b58bb6e539cfdf3d0e20d6ad14204b"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/releases/tag/v7.0.5",
"url": "https://github.com/yahoo/serialize-javascript/releases/tag/v7.0.5"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/security/advisories/GHSA-qj8w-gfj5-8c6v",
"url": "https://github.com/yahoo/serialize-javascript/security/advisories/GHSA-qj8w-gfj5-8c6v"
}
],
"release_date": "2026-03-31T01:48:45.759000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T09:08:54+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/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:4a03c010c9c554dc86066a7130002cc8c0bdd13da6207a7eab299f1013690dbd\n\n (For s390x architecture)\n The image digest is sha256:b0c8a356ff222e9a2f76a81fedaa1c684d5242d274735a1a81317ba8c2cf0c52\n\n (For ppc64le architecture)\n The image digest is sha256:c78236afd3fd806533da51d6dc016cca7b92f9e5e78d30a4ea3d5bc44667f5ad\n\n (For aarch64 architecture)\n The image digest is sha256:bf8d33c6ccdb2560cb61a4787aedecd645ade9e90c77be86c59653b9f06c474b\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17468"
},
{
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "serialize-javascript: serialize-javascript: Denial of Service via specially crafted array-like object serialization"
},
{
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"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.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
},
"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-20T09:08:54+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/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:4a03c010c9c554dc86066a7130002cc8c0bdd13da6207a7eab299f1013690dbd\n\n (For s390x architecture)\n The image digest is sha256:b0c8a356ff222e9a2f76a81fedaa1c684d5242d274735a1a81317ba8c2cf0c52\n\n (For ppc64le architecture)\n The image digest is sha256:c78236afd3fd806533da51d6dc016cca7b92f9e5e78d30a4ea3d5bc44667f5ad\n\n (For aarch64 architecture)\n The image digest is sha256:bf8d33c6ccdb2560cb61a4787aedecd645ade9e90c77be86c59653b9f06c474b\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17468"
},
{
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_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.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_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-20T09:08:54+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/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:4a03c010c9c554dc86066a7130002cc8c0bdd13da6207a7eab299f1013690dbd\n\n (For s390x architecture)\n The image digest is sha256:b0c8a356ff222e9a2f76a81fedaa1c684d5242d274735a1a81317ba8c2cf0c52\n\n (For ppc64le architecture)\n The image digest is sha256:c78236afd3fd806533da51d6dc016cca7b92f9e5e78d30a4ea3d5bc44667f5ad\n\n (For aarch64 architecture)\n The image digest is sha256:bf8d33c6ccdb2560cb61a4787aedecd645ade9e90c77be86c59653b9f06c474b\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17468"
},
{
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"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-40175",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-10T20:02:10.296601+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific \"Gadget\" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Remote Code Execution via Prototype Pollution escalation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Axios library, a promise-based HTTP client, is susceptible to an Important prototype pollution vulnerability. This flaw, when combined with specific \"Gadget\" attack chains in third-party dependencies, can lead to remote code execution or full cloud compromise, including bypassing AWS IMDSv2.\n \nWith pollution check patch available in Axios gives an advantage, it remains vulnerable due to HTTP Header Sanitation and Server-Side Request Forgery threat.\n\nRed Hat products that incorporate the vulnerable Axios library are affected.\n\nThe openshift4/ose-monitoring-plugin-rhel9 container image is not vulnerable to this flaw. The affected component is used as a build-time dependency but it\u0027s not shipped in the final product, meaning the flaw is not present thus cannot be exploited in the container deployments.\n\nRegarding openshift4/ose-console for Product stream 4.12 and 4.13, the vulnerable component is present (indirect dependency), but the vulnerability is not exploitable in our case due to the browser runtime, where the required Node.js-specific attack vectors are not available. With this, the impact becomes low.",
"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.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "RHBZ#2457432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1",
"url": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10660",
"url": "https://github.com/axios/axios/pull/10660"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx",
"url": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx"
}
],
"release_date": "2026-04-10T19:23:52.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T09:08:54+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/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:4a03c010c9c554dc86066a7130002cc8c0bdd13da6207a7eab299f1013690dbd\n\n (For s390x architecture)\n The image digest is sha256:b0c8a356ff222e9a2f76a81fedaa1c684d5242d274735a1a81317ba8c2cf0c52\n\n (For ppc64le architecture)\n The image digest is sha256:c78236afd3fd806533da51d6dc016cca7b92f9e5e78d30a4ea3d5bc44667f5ad\n\n (For aarch64 architecture)\n The image digest is sha256:bf8d33c6ccdb2560cb61a4787aedecd645ade9e90c77be86c59653b9f06c474b\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17468"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"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:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Remote Code Execution via Prototype Pollution escalation"
},
{
"cve": "CVE-2026-42033",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:20.937507+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461607"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: HTTP Transport Hijacking via Prototype Pollution",
"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.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "RHBZ#2461607",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461607"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42033"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf"
}
],
"release_date": "2026-04-24T17:36:44.132000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T09:08:54+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/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:4a03c010c9c554dc86066a7130002cc8c0bdd13da6207a7eab299f1013690dbd\n\n (For s390x architecture)\n The image digest is sha256:b0c8a356ff222e9a2f76a81fedaa1c684d5242d274735a1a81317ba8c2cf0c52\n\n (For ppc64le architecture)\n The image digest is sha256:c78236afd3fd806533da51d6dc016cca7b92f9e5e78d30a4ea3d5bc44667f5ad\n\n (For aarch64 architecture)\n The image digest is sha256:bf8d33c6ccdb2560cb61a4787aedecd645ade9e90c77be86c59653b9f06c474b\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17468"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: HTTP Transport Hijacking via Prototype Pollution"
},
{
"cve": "CVE-2026-42035",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:17.109481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461606"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application\u0027s core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Arbitrary HTTP header injection via prototype pollution",
"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.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "RHBZ#2461606",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461606"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42035"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9"
}
],
"release_date": "2026-04-24T17:38:07.752000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T09:08:54+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/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:4a03c010c9c554dc86066a7130002cc8c0bdd13da6207a7eab299f1013690dbd\n\n (For s390x architecture)\n The image digest is sha256:b0c8a356ff222e9a2f76a81fedaa1c684d5242d274735a1a81317ba8c2cf0c52\n\n (For ppc64le architecture)\n The image digest is sha256:c78236afd3fd806533da51d6dc016cca7b92f9e5e78d30a4ea3d5bc44667f5ad\n\n (For aarch64 architecture)\n The image digest is sha256:bf8d33c6ccdb2560cb61a4787aedecd645ade9e90c77be86c59653b9f06c474b\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17468"
},
{
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios: Arbitrary HTTP header injection via prototype pollution"
},
{
"cve": "CVE-2026-42039",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-24T19:01:44.887156+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461630"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request 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 OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "RHBZ#2461630",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461630"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42039"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9"
}
],
"release_date": "2026-04-24T18:01:30.775000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T09:08:54+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/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:4a03c010c9c554dc86066a7130002cc8c0bdd13da6207a7eab299f1013690dbd\n\n (For s390x architecture)\n The image digest is sha256:b0c8a356ff222e9a2f76a81fedaa1c684d5242d274735a1a81317ba8c2cf0c52\n\n (For ppc64le architecture)\n The image digest is sha256:c78236afd3fd806533da51d6dc016cca7b92f9e5e78d30a4ea3d5bc44667f5ad\n\n (For aarch64 architecture)\n The image digest is sha256:bf8d33c6ccdb2560cb61a4787aedecd645ade9e90c77be86c59653b9f06c474b\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17468"
}
],
"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.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data"
},
{
"cve": "CVE-2026-42041",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:41.034289+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461629"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution \"Gadget\" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling",
"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.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "RHBZ#2461629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461629"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63",
"url": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63"
}
],
"release_date": "2026-04-24T17:55:30.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T09:08:54+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/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:4a03c010c9c554dc86066a7130002cc8c0bdd13da6207a7eab299f1013690dbd\n\n (For s390x architecture)\n The image digest is sha256:b0c8a356ff222e9a2f76a81fedaa1c684d5242d274735a1a81317ba8c2cf0c52\n\n (For ppc64le architecture)\n The image digest is sha256:c78236afd3fd806533da51d6dc016cca7b92f9e5e78d30a4ea3d5bc44667f5ad\n\n (For aarch64 architecture)\n The image digest is sha256:bf8d33c6ccdb2560cb61a4787aedecd645ade9e90c77be86c59653b9f06c474b\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17468"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling"
},
{
"cve": "CVE-2026-42043",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-04-24T19:01:22.552379+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: NO_PROXY bypass via crafted URL",
"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.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "RHBZ#2461626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7"
}
],
"release_date": "2026-04-24T17:54:42.668000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-20T09:08:54+00:00",
"details": "For OpenShift Container Platform 4.20 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.20/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:4a03c010c9c554dc86066a7130002cc8c0bdd13da6207a7eab299f1013690dbd\n\n (For s390x architecture)\n The image digest is sha256:b0c8a356ff222e9a2f76a81fedaa1c684d5242d274735a1a81317ba8c2cf0c52\n\n (For ppc64le architecture)\n The image digest is sha256:c78236afd3fd806533da51d6dc016cca7b92f9e5e78d30a4ea3d5bc44667f5ad\n\n (For aarch64 architecture)\n The image digest is sha256:bf8d33c6ccdb2560cb61a4787aedecd645ade9e90c77be86c59653b9f06c474b\n\nAll OpenShift Container Platform 4.20 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.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17468"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:b4faffcccfe50ecb0eab5908d36f7559cd8fd0c7bca8ee5d251861211c025cba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:c4980ac2a3f12d809f901513ef0c0854b7738d63297afeab9042f52b21df0bae_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5338b53253ea4e21c067b7565f481536dcfd9d386b16aac2e7fe73680579ee9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:f9648e251cf8de5ef93a9df54e73e5c143413e04325b8c23e9490e67f8883d78_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:1e2b0613956f5a7eb518188b5173a8f9d877a525ab7450dbbff0233783448bb0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:649f491f0eed2b9abc9b34835e064f8b302cefb5acfcb96e262f06ba8e767d1a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:c1cf8a7da4c3097b5c4a9cd61fba48ce77942080e3385f531480eb21a80b7e34_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d7fe90827b240feb3da4da758938252fb4a317be745e2bbe825837cbeea4a6e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:751935603e396cab4693c610828eaab7878e2c539e424596c87ee8f05fc5c733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:8fba8476a57886c253645e592dffe309f02c83c966f52f3234c68859b4c239f0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bd32ef94b91a63e5d5378c753937504fcd86e27c3c263eabc011485eb00c98e3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ecf6386a69be3df23a239ebda9c68c42dcb992d4c5ee522d99adcfddd16fa0c7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:2007fc6d424e2075b80f2a987cd0ae65fd38ae02865aafddd4d5605aa3460474_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:67bbb3abf885004386bf727c6c2e26ccc92e14717ea79984e87ece4d5564259c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:76e34864634f1c40b5de1c9e070e0114f08268891adfc337ea23baa332b68415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:a7f39be712f91cea0bd467586dc1d4b572e8a6eeebfb245fc77841d9b6d39076_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1c20d980d6c0ecbfbc54b11479c17fdef690fda3932494c2509fa26e8f2e8c92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:24b6a6b7aa6170e7fb251a9f8638b4b9889ee94f387d5386f185d2cba2b263b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:33f278e1e4194d2cc4b8e35e8f69b3770dbdb268b2a7eab25e097e474501289a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b83b05b5e8a51ddd39f381f111ad97cb6a5c5f46eb41f52abaa33222cad0bd0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:1e10432104c6d4fcfb1bf0a8da81d5543c8116cc84eb361d80e03191cde4642c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:476c2df6b27e8c57e06d3f2888fc01c087d3d9051bc486f65217e337436a9768_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:4d8af49dbb3f2c2d6852e15cb4c4344e07fa36c479b2a3a82d2e16d20e9e2d18_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:d77274cbe71ffb3b50f2cb8409b0b85fdec5904195d3b7f4bd2bbcacb508adb1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:54b0df77a61552eb274868a80e9734e1b22523206c2bf83962209e5dc6d402ad_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:59afb33acea4f3eb31c9fd60ed52ec0a01b17ecb9ee8ccd4dcc982833b55d191_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:6ff9f86d3d93a6931519a131fcbb571b14e62b658bd0b36f11e2c9c2336d6530_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:df84b13853862c804aa3227e4d5d54cc1af1220496f8038f72f59244f9a91ff4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:319fbe7ae6be5c2011097a9dc6111c614eebe68f3fd8666a0cd0774fb0f5d111_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6acbd46a10f9dd444e17ab736e5445ca941b150a88b34d8efcc4754c651b490a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:795c3cefe6443239ba537f4e31c0f72162a609da3accecc0d48c10792d93d9ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ecc065e07695d09bccd37aa11385306cb44fbcdd0b389ce6a84703b4f089ef4c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:3dfd02a05ab34101e3c6ce5dfe21e31da74ea62b2aa089a40993aa6d7d6fddb6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:87ad7c51cd08ce68bbc123bf5b84689ac54b7edc973ae7aa290379142ace1bfd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:b48830f955ca74975f93c21567123a0e0c5052506dc4290c6bf546a19dc6807d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/frr-rhel9@sha256:d0f795ce469bd46829ca4043f3aeb409a566c715e29162ea853db7c11ac5a117_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:51e507cb93fa9cdfb22cba7510f3ef8812f8800a87fad0284871893047be94b2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:6a9e4205b948daf4a107b4db5ed0d097ed26e8c95f9faf4706c821c6c0e9d171_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:af7ab282be33b866d5ff2b6b8b794aa88d8052ae3a748b1b91680ec73b6cadbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:dfaf0022556a3d4a7fa8b3193c4623ab5a6512609e9298aec712dc0a71a89b1f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:0c9012bd5b283d1486a9beb2b64798ef027e67ea10c316b2a4d0ccfbddbb85e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:991e87ac508052882b250885bdd89b053b63f83eb84ef7ded5a323ccb4949644_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c227652cc73dd72b64fd783ffe12e48e409438022a97dce4d08e71da4d993c98_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:fa54b92645d4ce3335ac123c418fd8b186333f8330cec907fc36f1be1a09ca78_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:100d26818ea94ff02f38dcb4232430feafe39ea6b952254785a75e53676501e3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:34660713abad394893ae3625ee0ac81af5fe0696dbe0b844b6167b5afc28b9d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ba2e6c0a68d64873b95c3ff5d9f2cc78d7b2bc3ac496403c61d85ae9a06815ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ff30c244816235ffe339033f538009d63daf741e3514935eeba8ebf8cdb09235_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4e9b65a7bbd1e466a790ee64f44b46716623218123ef796f69fea8e751a1ab09_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7f46663d47606cfcdcdc7fb72358b79c30354f1d6ad5cf70b86ec89de1a1f373_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c2b7c3038931f4bfa7f62ec0f17cacc11bd508d3d7ac2b65493a7d32c27049db_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:ef9cfd99e130e49521f37fc1b4561b4f88c64cc86860f6e01ac5107db564199c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2181a6d9dfbeca710ab88afb955040a3f28c072de72d9300e77c5a6b0c8608c8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b9ac39fbf6a56a87355f1630b97f7aede113d881b1176e8ee350c6ad23895707_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c729bf1636328c5597c89a045bc0f9df994074eaffe875009263d9bf313a5a4c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ed9b3e25012a102e066fb91caddd4e738e86bf6071c2d56ecdd6e7db7ee82520_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:23cf35765dee544b16bf363eafe0c160d05dcbfbea76ce73f28cdf2fbe376b18_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:46a217e5d8126f142adaee87d42cb8e7602758f7ac030ad4b3f5f6d16e399f7e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b869b8422c94a730b77409ebee8502bc2c0d8c86d24c9a531234026a6cb685f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d18fd0fff3267e34f62ec28f0752de931a5c2321b249848c9e61249269b6dab2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:10e122478249ba01236813e75b84f63ab05af0bd85f495c707d7ea36ab1d25cb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:40d5013bd8c00543eb7400dd10d8e003de2b7c55a81603ef9cc30d343e6a8d37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8f09e0723ec1fdbaa47ee91b1c747451037116884c2fd89439fcf15f8e1b34b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:edcb65105c44b3f4d1c751792a83b41bfdc96d51513ab8e32d0d7847447dfa76_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:2f1f8895abfd2ece334ebbb0054da90950972505dc1965993b31aabc9dd37b9d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:58e0622824c4027d4f0b31e0733d3cc8233363d03cb92527daaf2de866b9014c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:78d37be6e485d10749c37a896c97c90097015ed8ebccf9c9dd9eb1887c800ec0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ac9856011a89dec921b2dfdf668780d9cabd10227e2470930d5c0e64c9f60cc7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1b7b71e252dc8d2451ff4dcbd798db5011a221ef2025f053d4abdc57aa1fa187_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:268b2e4242455729dbbbad0b6b9beb3b6d770ca458d01d4f62363c4a204ec554_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:d326870bf1a51f326e34e1ef782bd8d24b19550f3efb48e4b10d2aa233919aff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:dd5df73cf3fab7200a0a8fef1205f41dc54b6a61ba6518a5dcce6ff089165f04_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1625f489c4371bbcb338d65fbbe4a50601d7501531a22b0260459ef70cb9241b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:69b7634c8eb692b7b6334fce5d76eaf9ddc9661280fb56323c042c6b75de1faa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:77bf59f28e46fe9e0aac08cdb563109eab0bee93f64cbfbcebb47ceae4d1bf9d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:85ebf8ed54f9dc52fda826e91db97d941dc5815ee887c7f3fc66979f0a27c3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:27d4c83192a5ffae07f27a7ef2bbd729e42597449170573cac8e0bbba9d263f7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:489adf5d01d291851f5564e6207c39390147a5e20465dc8cf991322d550b31fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8f7a8489569987743ae5e3bdfb47dcea99b65bb2a613708a92349cde69dacdba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a10c25b3a2c52bb47f813e451a6d5435bfa4109afffe36f3c70c47c7020a8533_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:b7316c175241217a499b3db8523d83ce5bed54d7cb8771912c34c0cabe2a7cf8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:254617f908a2e4fe070c272ef6a1dd941aa91ce594aa242cffb82e005b8f4720_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5c1123d656edbfd55d3ad7cdf1efddc1dee2482278ad6243c215d3e9a006e18a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:8adaac130b64ac8ab406bd11bab12020a80b25acba2419a28f4c3fb326ece503_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:afa6a81a26a8e55e9bc359e17e8aa35138f9faeb9ee89939a1642318f7363d3f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:747fb0b2319656741efaffa7d8b1ed382b994846ac52372d3113ede4f1037708_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:9e0464da55dd2fa79d88151c1bd8652521a5fdddc3909a43b4d840f1564d5d4a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2005870f997c7808efb07a3100c577504a08e6710489b25f74f63a2183a5567_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5bf8824943300219da0140634c22ebe670f9f8523ba2924051b052a62bd379f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29ac5a3387b273a163e7384d35d7c324f4a7e28f53656565ef7bdc1b41c1d152_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:befb98b8a529331c380a729e32d33eaae561d3cafe298e6c5bb2c8d8408b256b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:1393f7e2b1489a843d63ddf59433939b1fc50ef7cd3f0a2e40e2e969a3a87d81_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:374a3113aca8079b686b180a44bff8921159d831a2741e3f9717c4cbcd49ab1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:385dc05789dda6bab95a7a9ba7e8a963e420d6eb923deb2c67da2ebb7b501de6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:8d4d38686841b5a416b000cee40eb2df59a4b902275a44919966cba21d3ad906_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:4718a351a613e9f5a3b5a2bb0b0dcf5d4591b93268b7667303c172cc6d63ca96_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:9610ce483e7be277077b838ecb3e76669c2ed38daa62f140f9654e287c1ffb3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:705f25a5d99e7c8aa78f09f1b7568500e61d72835aa4adb80628e934254a48f2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e5297f367c91c39cde8c126557ee5363a22308fedee70d7a1cc261027f9001a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:09ca2877a1746fbdbbec262eabad9acb6bf68ad8c6a2cf74914fa83d08065263_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:92827afc5c64a48c56db88154a20075308bd496104231de115744ba20c7b19fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:08bcd9cc783cc7d6e319b0a45a3b063ef78393a2b91b2ba82061f22351ca1e1b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:a6841a31c87f33aca11b2d2a4bf84099def1314f8999f297ad82a7db04454eb9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:73b6f975bd1a48d148dd27e706424f23c18fff962a0083c1a2b603fc5c12e5d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d0dc90517d62d0974747ca4b6b03617f5b0d7cbc9c768e665045a0184da09330_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4b7e56ffea730d2438695b3ee99a02e78ac4ba5c9ca68764cc1051f0ec0b94c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:634bbc5684f7001f344abe957f9dc6bc98fc312cba59c223a724d02142d94b74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:18b4835dbf7aef30cef022a1a3945fdd9682d82af7804dac741f6f12f73f05e8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4e5931357cf177ce406324ac4abe4712a6a53fec7a61530aca011a94fc5210d9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:28bcc6a53d31a461c9e4d85107a2abdff99d0bfc756ec58b204e1038020d0c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:6e264cc6030d8cf586352e64e8110389c177a10e8c2cb42cf50afddb3987d8fe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:8b042dfefa07b453819bad701842111a88dfbd1ec48bae620ded395f3778493d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:cedec3f2591d4a1aa2ce2f29e492eb8f957c1db6efc5b3852ee2c54afe52cccc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6902733c886956249a26781482ca692af8361e530136c6efc87d654dc2b79c35_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6d327148c09e69775310c7892edee9c52b6c9616f370a289f6696232fa89e4c5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:737fca99f8512fa73d75d9e12d1fd7f83d0eb860e6ad126964367e34f716e671_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:f0d450f021f2d41c5e77d725095aa3c122f5d0407314b33079f383b6cf488b1d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:2c66f2fe2520bf2076f2bae77b2944b10a5ec0c1e8d1caef4454a34312837273_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4c3c74a2a4e884ce45798a47df0a641674ba424e6d29e89c115b78fa4f206d8f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:947d717068f561263756b19dc07320ebe1307a3b9911aa69236a31d7b9b3c7b5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a41d0c80d84f876a2a701bb2756e4682dad2d1ad4df2556beb71199d42646456_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:1324c4f86fd2a69c378bec053c92e9f43f3ebe34d9bbca4757f88b802f1e6479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:4d3040468afc2efa5eda6fcd22e020cf8e94b0cca1888abbb628c16526965b3e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:b7b5c8e3edd25b5e7113e0ad3e336600da14c452edaa6ad2f319a025487df8b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:d354049c9e3443f5ce3dcd4d41f08cce019084009c41d126a0dc3282f3417137_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:43e1dadb84fc4bba6bbf04c2a5d2155f0bc697e2b0e565b0d34a15fbe21aeffb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:73dd0b3a3c19f79814d282b3f94f24d7ce5cb22a4a78604f51cc70645bc2ea6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a70b74c1f980cecb3e19171354bdfb384b8589d288d6cb24635b022d9f4a1d6e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:dbb0460217628f734c4fc5703957902b7b6a6de6b337d13520c9963e3df6dc32_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d62fbe5443377c923c470576115e73dd0d2e63174c7559778579dfbe4e6f768_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:973301304cb83f1c86f0132ad0092aab2cd73748821ffca7befa203da7defc55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e4a43c0d119635950fd69b0b8881bcd131a7fd4d1920d55d4aeed05d97fa919c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f9e3696e65945810438f6979eaf88ea3a2d61fb6a8ae6157be7c48290eb1184d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:0c8b59a59541a06a8580e7d78d637b75d7d8419debc4190180688b147bea0fbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4cf1e1924d68847eab75e005820099d0e90d036ba0dd70a8c5cbb44d03e021b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:51cb14148ee77f2db4bf2f647a8db7d99e4c95d3367e77e2c23cf09024979e95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:7a7e0e611eaf6b6c595fabb51590238eb906cd836373d06ab5d1f7bc9883bf62_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:11e39b66734f91492a86f211c291effcdfc2d40af71f1210c7d313030e327433_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:16392ca103f471ab7e65383b67d8be87ec15e1cde496f9e06ed1052d3f9ef268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d798c61c3ca88f2f0e86277308ff58feb08a99e653ec615b40af761689b89358_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f4f4733cdb1278db7e3f524d48f1c0dffe79a99e5da7926e842dfdef326902ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:00d1f93472014c9db76d39d1e3d7701333fc56034f13e9dda4fadbcf31312f33_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1019c93be32ca11fab3e6bf53bc26774d42cc9578ab252e30c5929a0f10f6c36_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:13f92da04523b079b253c5422bffa66e9cfed8443acb01888613781bc860ca61_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ce266147b06ef931bab740e26a1bc28b509b4873fe1eeab9f46b3ef202d2c3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:12d64347c915731a0164ead603da9f27f4dd0bd4c1281a701f6bd2e00ef103e7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1a9b0316a4b04b3f68a322e7867c4791f5c9edd0b751ffb1e1a5a6959521fe24_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:43761eaa25081e8119a53f7974a1aaa62d41c0ddcbaea130c9ea59e340066fba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:48029920f9a709d0d56ef266198be24980fda98c99d8014e697b884d27cddb19_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7d0637bc16c6759683bc75939581ee2c7914ac07695e96664b99c4dff04d78fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f062f15965db4dd97f429cb4924ac1dfe3158c5c1923be0e25bff81f9a58f8e4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fde93387cf0e2b12e84f4e3501a7493d45b3fdd531b720fbbfb812caa637a185_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fe187b224465e827614ad4f06ae533177525230604ea98464567766c2102327c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:115d2fc5ff639b8e849b18a515afb3d52f92908ecaab5e6c12552ad43a2f2da6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:753bbcdee86fabcc74b54411c48e7091fd093c745f1457d0f5223168916936e8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e79b4d16914e73a41d4f823303478793501e199b9469bdecef4175b03007ace5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:f8d8f9d75f95f8195053b625a1333654317ad8d13a3c5dde05018758e120ae30_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:28d4ac4be10225203d29b8c9395a09e17f47d9565b1eb0350b748b5072c9ca1e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:510796d86dd29f77a858aa3542d1f486a4437f8d5c8f314a30ead1e8d6b51113_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6a654322ac1cb3c0f4a5fcc4438d9b69b14da3c0a3c92c1ae259a3bbfb40c21b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:d319b23e30fec8c8872997f3d7ea7be29c4a50fa7554498a5b90db678d2018c6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:23ca75048330cc9110d987562464a1663ce28d303f73a535c0a4e94a1e96c6dc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:2c5b46766fe359fc6259aacbbee6d44d688bc3a9a1fd5783d913e93f495ad0a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:603d4ec652a779198287089a1c54fc0cf88eecd14e4aca5907ef70f72e96879f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:bd7fc92a589ef60b819340f23880eed37ccb5faa96c8a9158dcf79398c39f7e2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5fcd5757fc9ca83cc789cd807d6d9b71449603ae5722fda06ac250c2b4e30840_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:927f3e7f2b4a6a1bb0e887a427c54015a89e3834bbb5a4de9462be9c01f96de4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9ca50fefe2df05af5ad114259868a04b2f8ea008a7224df076d5aec3e9ed1eee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:a3f73b84609cce64a87e41f43e2879d1d5f9f6d6798ebbc2dbb74052becadf94_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:5d9c78efd870a628cb9b4f4aeb1f0546aa2b8db21c6c6923a46282e38201dc45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:778f13e0bb6372265179167552a6e411dafcfd96940e0899678134614896158e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:8f8d78fea19489acddb7acf819a89d309f629e35ee04628fef054f34de967518_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:969935e822cd42294121fb1a10c5ea192329f063ae93103e9aebcca5f029d240_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:080adbf5875201c51cb34d61d966b37ee6c1d1f181bc04f3773646a3faf4a1ff_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:11486bb3461c044c65b1a366f8b5d54dff1e5663cb199fcbbd7754fee5ee7a64_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:94720a85270dc4ead90c9ad057ab37a55d4c7dc02a7e3ccc223422f0c4b64a27_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e17880ad87d207d722dfe4cd252b2e7d234fa4ec05de3dc3d8279cea85404bfb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:3b889da44edbcd755fa4436ab097f4cdbc14c90ef4d015aa386540f5307be91c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a36c1a4e2aaee0ec7b9b35daaa06ef5cecab7bd81a553cf4ba921ff2f3d3b077_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d88881324b33aeb22411784c56c52f85b404f63601cf78fe101cad1989dea6b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e2d6e018ecca2b516c4ff0ad06b2b2d3a754855c7594125ba6490b2b01ad0ee4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2e2af42ec688f786d45b4b54f4295ade40a98884a583be0e102b869625d436ee_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:61e22ed9512fccd5ffb2a0dd13f14f8d239a3d75a9e7d5ed69233f2806051828_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:6dc05f8261659600e4f1396f25d88142330d45ca6d127bbf3667f4bc634483f2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:73bf5b1c0ebe8ed221f30093d32821e3c0a8769825b55a7a42b9aa7dba3de114_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:485bc95eeb18db5c626d0c07aa4202b11f5ee7475abe929812604297073ca268_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:aaaf5904aa32543fe1bdea66bdef48f2a70a4e687335f6eae9afe9a5cb5eaee8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b206fac653e3036d4b7a6fb9f024f5792a620b2577294d9f022761022b162fba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cfd22a69dfb635434a99ed6fecafad0bfda6211372a5abe027809cbe67e3a73c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6116407ea9e47a04f0c94acb0c55a9d7371928622335be25f60260f15c938ed3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b0349ef4dfda272080ab054361ebdd8704416931b9c656aab2920c70edd99523_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bdba0d3c5744b3b4d8f449bac1d69b4e16eb9b4571314a6e3b1f3b4724167af1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e0afc653427470981f59a1302d309e153a456f59c6e81ac865d87383e1a0f0f6_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:09bb1189e045450f88c3e304de0b05cd2e766482881e2aa319887122332f135a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2781d1dfdd0cd28bed927e3fa792c42419b72334da94472e756f893afcf333ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9b2f6375306839ca4a3d1375419bedcbb23fdda0c92c23e0e766193c0020f547_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bc3b279c5d7cd0c8be1b25e09632f2626cb8163f52d944f8aaa78c879af6b514_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:3317d865679cafeeee47bda2296aa0b86fc8c38e6ef3a370dcfa66e2a14018b8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4d94237c426ab02be4ed63685dda84fc3b4a0888436bc45edd1559d32453ed53_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0babc58d3c606b0a0901b44d409c2392d58bb3def48886c791957996efa740_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:cf0c9083d84c9f976da038c36466903f0851725256f1a1428d4b0e0f3a9fa482_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:46baa1201da83c8e0b8b9d9083204393b1165f5a771e26ce25f2c25769df6c1b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:8d1059c0533c1127d0eeaf1c5bd5b4c47b69256524f15a79f437dc36d567af4d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c3c8e6cf66cf9b6fe26e36e5325bb70d5c420d91409ba2021b61c5cd89602ddd_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ccc652fce82aa643ed0100136ee3f6dafd684e1e00c3a13223b98d5178e59bef_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2372f25968a0f51618d1148c17c2f7c6c7822ed574a320d2cf9a75015b150b5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:51c8c5741d70e02681b00e2888cbda6a9f599197e709ea713e0eccfbb4daa602_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5593bc76c6d914f115b0f3d3892990564bb97638e1de783abf9e361fdc78691b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:a73e92f73e5e9bf6a8729b26a846e04051d0c7256d4fcecae6ec94db2d5e83ed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2d0f5e2c2ad48236ba4c7c21df8d59a3119aed794791b01607e300b326fc0b81_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a99bbc31ef05a87f33c92b1e9be01f39530e8814383521b47492a4b0beee1c49_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d71a45bca15e1483886ee2038a628a46ae5989700a7f98488a0b40a4182d5f35_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:f389bb37c2ebf4b548b9ccf49c1a7adf0464bb13a4655522302f31fcafafeede_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:28754c3e0fb870e5cd528b4d1b6e6d0fa8493d4860d92f7d49f348d0569e26dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:41b16151fd2d4486016811ecbd15c5cefad9f653bad0ebc38ff146524e278fad_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:496172655c351498468e25889c3366a04327d64cd5fd67c00ceb9b4fa73572f6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:58c8c1c26cdbebccb22b3539991fb3b0dfc370d69031870b118566dc0a7f15f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0b3cce2a1ae4a3b68df4bc11dd19b34d6c35e1d0c289684339ae879ba2c2b14f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:71f5b1d69302aba10c97e41a461b1c0d13f89e5031fab57762304dbc146f99fb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bd448ed291e460cd8a3723c224547cca71b16088e30bbc16d573ee95fd906c75_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:eb6113dd12a873349855c9039d5c8b1f51fe67c2ca4c28e3e77d5c8f786bbe12_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:29ab88e9ced9ba48f6346c1b6e968226edeebda3ea63304540356c7469cceca4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:636d7589863b3cb8ca8361a93aec226803575386f9622f06d405e9fb3b6ed613_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:dcd6f24ef8bab38fcbf46ff018c6bc3df38743250be0d0fdb379f2258fa4434f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e423622cec235b2a6ee96935589bfd022597ba2b8d6ac0b92e20d53f03771719_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:10a20ae7ed2ec92883f36a8be6802e17a5652f3c85f236d1dd8788e6581fd6a9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2bc54576d5147f90318029f6a1589b1556045414ff5d0a61c1fdd424645cc183_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9fdac2c12074532817fccda874cc19e1b58fa905bb228eccb7c020f4ec353917_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:e0ed34da98d962988e3f52c0aea2f1a52dbf6d1284d204d04070ca9c0f49ba5e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:23b711df6a698e4b440ba594ff9b8ba2801f29b10c9a688c790330e9ae170704_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:dc024af3dd5627fb02275adc95027e1c91f105d4558bfffe1e88a4680fea9db2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8bd5419c7b4d93533cd82f9a78a60e9cc6c453fb4d696a07b1a826090a5c7e0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f73e5c65b5841d2790275ff08152d6a668e998ff466097a1f1a754294d4b8047_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0f9a42bdcf9abcd75cd9e213a0838a01cb9b593abbb9a216ac76fecd0f3d720c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:19110a04e7f4a68450e812dbd7c3f19d0ea988a942465e3dc64266862f9a2eaf_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5fd4af65b48110eee2acc2c6269d31d18f4c7b104aa00e8fe425678e3f4da53f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:619b9272096d1c2226e75a6dba916e070c5dd12d4e3d01dd0514b284ea709716_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1492f832111eeaa5d47a14ec8925b70115b96bcb574ca5cd4ee2d98cbe2d4273_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9aa7a8e0e907ede3c3652d21be678b3112491bdcaf581d37cc04b1643fa56747_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9b09c08d465ba970855ace9f5208c59d8368c1a436f8bc4fe831f8bd4fa2383_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fdf32d29a04821a1e790fb444295eec6588d3af52652f7ac5e1644712e9fa4b3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:01ebf4820dad074cd5b7d1d3ee48e4b87d0437bba28c535d5371bcd9e21445e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:09f5c7a544fe1ba7894ab2063ded1164ca28a3c3a8771e8ead9ba807e636f824_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:28c27f5303d4f130d115a03bbcda29883f47b098e4b0b45a8f94e375a39377b6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:50fd4ab5bcdfffd4c3b918f4189e3c919f89ffeb0f4fbcb6b901e75db13ac38b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b4be78eafcb3416c025631d7c6a0b9c60497cd09cd86cf067a9051ea06aa2aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b6fac9b60286179153a7116117c92453c0559ee03a585102aa468d8c4fa370b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c89301df341c8ab1a2f6d1e37826117a360d79bd6ed2f2db2b269547b69514f7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c8ca53084181b5f8a1888f03cfc68d113b001684a55003af3cf28409fc542684_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6a2b944f4713f5f80650a3306f0994bb333785048e2cac874473207058ea4c79_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6b5d8ac601ed0e00f2af983bf4b9588f6ff2f199925f5bb02c8518d63e337979_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:791677eb1594768245b6629d1ed95c8175690bc494a03f28b1a1132b8be3d1af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:f9161507cc55a564c02bbf5a276f18441d90678379ea7c708e5893a3ce6a9c3b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:90aaf9266fa9ce60c01ea17146dcfd5ed632abeca7d94ff44212b043abb08527_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:b773c23992f4f8e9ce9c9d2c91804f3ef20510e2e657954c82e6e44e7ca8b4f8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ccec8a15a6863960840b32900b0ddc5ae57c1816b540c635adba06462d609be8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:f251a6ec40c6a15e1fcae56752cc90961b4571fff3e8416bbef3e8a30f051bc4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:26ed393f9c78a642940aff922d5011ef8c876f621c2008979d78596109b25a98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:57c7f3b75fe3152626587ac61af83416afd0c949e5170874bd73b0fab58c19b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c39bcf970452de9e1be202befe378ee84e3824e954dc603e5b962340385309a1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c9a729c7247712943a18ee4f314da0df3ad15c56c41c849d5e134cf066859516_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:214ba0ed30572e364cba7b247aa45ec939317a78e5909a2a309b3b672e7125c4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:634922398cb8dce72bee8ab5b29f09b4a0bf2f88b43ca2699139c07422fab011_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:db6241a44dd49c6258512f90b539308d457898266ae24ab072dae625a86f4de6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e94d11f02d0164166d08e9c17b2afce5c59e165cd94d96e096c77b5fdd18e070_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2ca58e4fbef236242fdf161287cc108b05c0be917fe7c9ad7c2aaad45e7dc683_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:48f16833aeeff8a8a1b86f131c9bf145515e63953de5df53427eaeceebc1fe03_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:c7585cf1d3e325aed7f49df7cb171fd572f7c2b6b198b3b3bb3fc1158813456e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:f76d91d4b2a49bcb41092c06fbf51bcf7a2e9865ed95721dbfad5c250babe381_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:391bfa07ac7efc18b0a239223573c4da67af1d538f57e7ee373a62f78a9c30de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:45bf5a71bb79d315c3e351ea8536d4ebf6866a31b37a6e5110770a66f0e93688_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a9c72e3eb5c5d7d9916c2725bb97a853f98486a161db914490817d89c8015969_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41b5ff42d0106d612a39bf4f63c310c2914363f2817b1cf3ffc2c0d5d16ae38_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:240c10c6b798c71c55555666d4baf84a984e256fb4457b242fc1c08a968314ce_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:549c49a0ce03b785d9919cef89c84fdef7d4b09e77a50bb1cf03c44bdc979c91_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:bca01d284e7965b086bbb2e40260e20c5f91d59109b905498fcdb8f905e5dff3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e232fb3f2ce49b63da4b11f1d4d63c6b5e1bac03f7daf4d8c576b0605cb48345_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:4fbfccb017aa57b4aada3092b1a0c4747e4d1d904b51a98e477d64b3098bb1a9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:54b8ba2e1a1c99c9133519bea1ed414dcff6fc2bd2266a3a334fb286f17d9aed_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:d1c2817a3f6ac9ff236497381cf1e3c0bba70c2ebc97052129d800e6069b2d0b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f58980008e91b9b2a23286e78e551a54f16aca524adf67572ebff9ff20e88ea7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0953b0a9ee67d5904945db3cb4976ded24fd3897883377d0dc48b442aacc8f8e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:16e31de5d92390df02c69576fd7223a32f4c367a22cb1b647d10d6eeca160367_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:98b96a7f29af11ccd25a830e3189bacd11d6979933c9332768b3cdfd1ee4a83b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:acee4a8ded92f7b3c4b2bd0a748d9b00d31f9b2e221850475f95589a6de6f786_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:36165569f6fe574df1b0cd10ea0fbb526411cd6bc52f2cf7de2177b01b9213a7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:5caa446df473a1a3a3fd78ecf43e25e4aad92c5a26e57f5251e8d06f81d00160_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f76cc0b27b5ea5556b03eafca785719ba579aa94f92984ca1e64a20a0b37b860_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fc5bd255ff684119b651b112a23bfc48e610947061c63071091ad47550d7dadb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2cfb3d069b211af25702b87758b85f3f1af1b5aad375650d24aeef91ce37c346_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:d27126504158946f3dc30ca70650a9f40aa1c0cdcdc0efe5e619b34ae4c0df7f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:457cd357a7cd0d8ad7612d08f80aef011d4d68f5a0a069551d86059749a98092_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:da36b30124aeb43060d9fd06787cd4b79618c3a99de1088ae38edb8326cab28c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:01084213be4482303cb2cfb16ce5de610d0433769df629f885e3aa2c805f3682_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:440c522b0d9831f9653bb4b824e518c38e92e9a12fa053255ade902028771136_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:45a1a6fe9a1d620fa14af9b2bdda11d35798db97534a4d22a6aa4af8772c0534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:574aaab83b515cfe95f73ddc38a1347a37e8137f9536558659258952c6a19ec4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:773eee58a5177aa70bb79cbaa2ca9878383af2df593c7eacaf1f40a8a56995bb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cf4f199a55cc75b7569ddac8d0b1cb19eebff836c6c6c331fe2f1c23277c0216_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:16aa7ce40d0113c22da8e5c96280fe6ffe31be81fd7dbfa4ef7589a0d812602a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:28d6bc0ca5646c4512ac572193afe0f3c8bb8dcbfbc841ef4a1ca5280f72fac3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:4e9404622ac812af77872242ae39cd6936b6073a1a069b4c3b1023afe26a2838_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6e58f50ad95480b8f80c379b1216de9e53410b80859f7c2a06136201131e76a9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0a2e38ed8a1b9ff2f30b3e03baf0fab64f9f9b2b2805cc8e20f8c3416a2075fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:23c7943d31ef4752a94ea4af90205c2b2775593f66a17c03ac394a9b25e09fef_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bcb9b0e720b0752e44323e1a55269afd59c05d602aa90ca67a0779197ce45385_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f8c20bb28dc429f318f989e66d8f861d1d84f3e2d73eb8e283f640149af93dba_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:5aed0cd7467770936224859cc7abddc53c54d62763f69b8fe6611d3cc2de1f79_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6b292990b9d45e1a6d1d3aa1d823ae9761cf4793b93debc732bfcbeee0a1efb0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:88fdac02c4d0f9900a34da72587f9b87bc192d2cbbeae268a7f7829c6ae3e120_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:dd131c800fe9f447e164463e8694dd124932f69ca76392d34eb057b7e44c30e8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1cfeebeb3d2f022ddfc53cddb2773e72468cfbc525c6b0125d7e2dbb51f41fe2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4898af47a83a5f94540db7531b3ada7092642ad76788bd1209e0e0fe79b51c25_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:66ac2cd96032bce8fa35bba13188f720ee9aabe521b5eac9cd5628b72b38384d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:6fe3d02bd02520db50c084677d2a9ad364e0f8fe8f854f423461ae4377866dee_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1550364faf6db4553e083164cabbf031abcb79c258fabc1b20682caea17bd0d3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3399a532eb844fbbc5ac30d744cd3bd711eaeb158782771983ede137e76542cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:66604dfcf47feb6210e1f542402f6ee5a69d49e5f92e4989ec687b17e61cf23f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:c23070bc19006b578fcab6f9b98b460d81d7e913ebb0d2fefef337fcbc20d647_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4ecba3bc31b390aac6c96cd7cd7efeff81c3cc37f027e8d2601b05df25bacb55_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5f4bba066cfd1d4602d708cad325f0839f257f85abd084e593e6f57c319b0df9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:90a7b1e37d20af3e5d167fb6a0655614aff083d078e6b00139589a194ff2324a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:945cbfb91cec0e610c8f0e9f274d54f5a63465ce3c58776a865ad9a049d6f863_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7215f755f3bdf99df861922cd771cdc61ef7a7cc3a1bd229402b3826ae717f2b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9b82203fe934e900348b9cbc572c2e63c8958c7eda12a172baafe4189ad36437_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e56ca38c2712c52e7b1a5c7f7a56450d5b4e2a5999f8d8c955df58d80361e5e5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e99a10e94f071092a18e3528af5eb3ab05a81fa1a3310c0e3a0ad5b9b5109d8d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2f2eefbeed13f2264058ce63b6cc6d3c4def8d3b26bfa183c422823adc68274e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b659a100c084913432bab17c6cafa9f04648e3936f080b20ec0db7ab5167336c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf302e0ccd9e0726893dd8b8e2a02c5e22fc0b6f42bd659b43d33593e2e13b20_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:e4e5afca46cb002aa8612625014dfd33813d1a7c6771ab98c06f447bc0ea358f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:06d3b52e6f94735f8ff2cd9b2cfd5646e2e78f16b142b3a285360d4478aa0415_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:4c7dfc1b6d69afb5e9827a84d343cddca041900a517451b937e7b66ccea01b20_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:825af2e21b2f5a732773aad7adae800951d757597799858455bc7324148cbd95_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ef833d8d10781df3ffa77ad2aad5c5263e4f6f134619e2e75e6bae52a5691fe3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:21c24105d7518aa55b25aeaff235d1e299fcbda53d3c7681469c604994296534_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:79c86aa77be5e7932bedd0c6de6f2506c30a9a412cbae1319f289c096bded935_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:9650d1a7a97960c4090af9f1d35c778fd8f66b2f89a56e807a2ccf423869d7b7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c2e9dbf09f20fa171f3b2660dcd0ba1b5245729c28b62bf443da6c817d5a8ae7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:845cc31f0cacf748184b1bc24e187cbcce4534f0b8b5c0e1f08992fba14d594f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:9acdb320c8a4441eda48ca9d8ba8a775bd541d21243dba72195f444c932ecb3f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ebbc7526627c6f3fabc45b7642dfce485f463b694017f0c8b243f2b07a19cc48_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f28ab44ee4835c2e27ec99de190e392333b59aa4c1006e62e876fd1280a02d60_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:03473f063fc29334f5da3d65d313553d7a464e53a8fdf862e7552366c3e9d532_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2643f92d620ca834313a568783f49279342ef76c65ab6a624f1b5c7d7ef5f8c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:5505be0c167a9e9444aa026f4fce3438fde74ec603af081145881582838eb221_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:342364ecf6c5ec5706daf40d8af0260c806a149c44d6c15cdacdcb38dc270a4f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:98cde99de1e03274fdd28e75082c4354c2270b35b88d147cb24988ff65473de4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce4b5643bb79d463b1095336bc89b1a1e00dee478f94615e7237942b46132fb2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:2553b0e427f843a85d346e00129bc286966342d7588964a34b014fb8ac22cd6e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:312238abe61c0b300d99d72952d788b54b83042d6532daf349e85f253d2e79a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:5136f16ad7facee22da365f364984c7e7d93cc1e96c4c191ad6b45dc5dfc6432_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:741d7f4014aeee7282233ed65c72ad0feede08fbf0edf17c8a5d4c6a7a67e5b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:e0d6033e1dd09667d29ff444c5210a93f4a2cc58681cfb852c68d95116d760a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:f7db72dee150fa255b96e8447dc358247a772fb2a3c6fd8f9eafd4b16ccd9a80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7403b1a44a3585a07faaa67476d9eb496764aaf1a6841559230a8315077b7d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854a6d28c00703d629766cef7d0db9166506c9bfea74f1338dd24a2d4378b526_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9c5a0f23112d1059e450e3c4fe8c772b6208d2155bbe3db70c6c36f4acdddd61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:dac872daf5b7ce19e73fd146f068cbea59f1ede083e9ff20fbbfe492eedaba6b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:2d760af7e270e41e79ba9e1d6ab415e3c5d1563600bc3b40c81b0aa95a4dc0cb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:84ba20b1e122be3e025c5f7d4f6ac6dbcecf30e8e09d7a8d986f2ad7f367c0fa_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e68b847c55cbc2efadeb5c3df397bbb8d7a181c358427523f5b113f6fecf3160_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc33008583897ebc5305d031016eec2b7c1c62265332a33c274e54cc207eb0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:59ac053d8524e7ebab801d621b33d35d88060f4593b86f44a5d953b762c05d52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a1e0f728c0e794b9399f828eeaee564b84e24de034ba35d1a9c2b3191e08ac6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:a8a1b7e1f603442d8571521bd7a04e30c441df058b76d398736646c7e63663a1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d07a1cf593bb359d60e64c9a5b690d384793ec87f7cb570d5b0af6d629860e46_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:8478db72396d8392af0bb27d9379e4d8134948a4ed85dc92774d289310260fa6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:ce8ec7db95695628ef0667d954c376492937e2565c3c142c4ca44fd70968deea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:03ceee2d3d6221208912fbb5cc1fc7bdb4aa64d4ef52f34ae38f14ddefb837b0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7a2f5b54fad058844144979dbe676c02110b0319dd9f218c4b224ee014c24a95_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5d5d347b2e2f09b7c0081aaa8b0fff935017611ad33d5ae7f6b9a89bd2b1d4c7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:65c6fbc088089908548ac13d14ab1849e120a5fc24339dd8323bc02fafe268ef_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6dd36745a12ba70d235189e44fce7014705d714757c7f7f4047086497e395cde_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:819e2e8d92bf1b4ef2d8487dd74d912447b03599fdc4fc9cebcea0b1c9d22f05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e22cc9101eb952f9d5aac0b3b943ca1d36b5a0ce46bf6532911143936aac38fc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:50af80e3b3f86345a216ae4c4fdc28f12bf0da4989636aed4ed2cb4183bb4967_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:fb678b3e67b73aa75d326f83394f7d552ce3cf4ad7712a5df73d816267d4d293_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:6de293edf1bf69761cba0af2451dedd973eaeacd44826395468904519c4a2457_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ca9dffd6cf5de662c1d5c9c23018b52b761814d82f67c7aa646f3f47e6b142fc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:142fc4deabf25d13d2029e24467ccb4b7062c16073c3529f90d0baf027a70c3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:257a8ceaa70c21b5efa356588f325a99d6ac395a8feed03143b04d939970bdba_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:41b5abf9a0b50a6635dcfa4024e189ab662f75a1d4fce5a1fa1d1882dffcb860_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8385e9282a9bd6aa84f622e0ec4d5f434d1900f1fa94d9f0a919bb3c38e81e59_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:2257e11fdbbabde8aaabb91e5095b4f7776107aa712f8a17cae1519e9ccab42a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4fd7e4cdb63dd04450f5a913cf3d37230d02b4c34de7c1c80ca4985d66d90476_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:6c6e1d2c22ae6d61f8fed99d3d77763037eb84cd72be38b3efc00b3d06036d13_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e7be2498f138fa1c479b84f31b878d49309e5986ac1c83d6432edf1467db4ff7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:59bc6be3e0aa711bf818c1166778d62d5c8fb8d1072fe8ced73a12c305612312_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8d55626023023b2cd7e733a0aa3727359af966c846a393b8463df91f8e1fead8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8ebc496b53357ddaecbf593a5b3ef8d1447ff4a013821b400b8b1e5a5ea30c03_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:c0c290e61ee008ab6179b485a8fc8698e8e13434f7501c7f7e1f7feb749e561a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:714a4ad9b720eafc75a02fbe32efd272f5e63601a9ef0b4fdac163d24ee19b70_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c231bcefacc7bbd6a9ff0e762f68509acac840fde81c41319945fab1bcb10d3d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2624fa404ad2ee7d5701751d115c19b7f6f6ce827dd57ae4f9ffb06913627ec4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:2ab91f0bc9d700499b810749eee196f90a646805ff7cf9632b8d3c78b2329de3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9cf48f8e3e843ff3b05fa124ea01af653da628befbc7ca845b33770afda2efb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d18ecce09011520cbd5fd0d0ee9cf1da13b5089e440f25d95996eb2c57568abf_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:294090c133f1b7de9584c12ce076ba756d49973ec718fb5dad054292ea06877e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:55794f580d671d0c1483f13d01dbbd82374dec40d8c4e22142507512df21325b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:e65586f58de6e04b706ecc8f47b3795b4dcb12fdea74a4ae96723d8b1946ba80_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:fc75cf92059e0b51f382699a28b6efeeae7ddfdfc3e1fe0e1b0905a508d2e886_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:568b630e5db283b174d48d1bb4f192c35b3fefa15a7cd9e4d0c1784598384c8c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6a7846f0e205ab61f41260c0d77346640c61fb5766093e7fdece5c76f9eae5ab_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6f3d63f26befafa9c78cc0371bf8efc5ebabc3f4cabb5f4e23be315d7c18879b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:71ed1efdabe7dd3e06bbc1831caa9be33e26f2d1e8cfe479ba82b0d2098a9cbb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1dd0a28f994f392c9338d4fe274b668d94447058286f15a5e2384871dc499af7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1f1bfa3eb9697c85f1df34c31b8d34cd577fe1af7ca9965def7499732041820e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bfcce1c773258d3135b3f33a16cf044bdb9e7f47504fd56ce649ea7d5f809754_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:d815633f3c2ca24b1d08edf8bd4eac0ad76efca65e43e935f204edef44d7acd6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:39c1841aa1a9b0d1aad973fd9a2493eae9341cfb8a4f149c78be190118e7e951_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6d7708248794b92cc6b99f730f0072140058c1ff8b4dc0d5b68681fad6efa873_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b59f0461faa9bee835f10236ecb3a1ed3e38a6e8f84aad72090c958cb40e8a40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:fd268cb1ab12d03659606b376970e57f27863374592f3459da724ef53535fa7d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:4f120adb728acebfb1783bba27237a4390c3014e0769505142e57cabd74b6f6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:969adaacb7d647546141b3b82f8fddec1c5ccd26f4d709b326ad11945cda89cd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9f1e0b5353f37663cc329f78597227cb97b582cf8eba84ce624b11ba4900dc31_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:b0525e91ca92176c41d9026aaace98664f2946c4f4e10123afa83600fcd2ace2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a7b9c542b7caecb6a19e53d4e62f843d65a50a5bf84c6abca63a2536aa424a7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ff5414604f6558b9c5ce40be600e966e9443adc342d53c298fc7ab7b64b44bb8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:46fa5a7832987a58d8fd14214e77c2a2145b3dbdd5087509f7dfc92e43a770d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:67523c436cb67fe24e92382ebfb96027480374ca77f407c76c9dacd1e56a4c5b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:265fee8e90fe0e0b3dc50e2a403daa4bbcc8449d1b88d84b36cd4e19756ff549_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:396f038684c7420c38817e7a729bdb2997f70d0f226d2a1540b0da88c81bdda1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8d48989ce610c85812b293fcff61dd5596b747c19175c2fca9bddf6cd4e0d522_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:447f1197725e152595b0527341864d49925d175853fb32f3e770eed7024f57bb_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:7f708c1a4dba713c8b3430cc41aa182cef0d444770e06f94ac0302d8de2d1642_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:b83ca433c54d088eeeb214794ea5df61fbee4203b9591612a8eb184620ede572_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d73a993129b521be5ed6a05bf3c0b47fb56e6c73b40de1a8101770e8b723d60d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:522439a171614d863fae38aeae5188a025ee63fdd9c685523b0d874921e4da02_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:5c2db3aa167da07e293900cf70ec04f548b6c13cd2c1877562fdb8be975b6526_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a1bb22bdbc028ce308ffc6e5d898339306f5fd4f9771b859ee75a722622c36ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a9c07935cddd7d96d99fe62713e9c984263f7666a8f41eaee6ac8051f7a62cf6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:440d53c181182c15c2167a7c497d534c400bcec02f0a6921100066181951f8be_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:5e5a123880e72722ecb432651282dcc7c6b6832e75466f8c169deac8e756be9e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b0c969e4e651b00e90e01229cc8769e442977f10c89edaf6998e7853c4405c9_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:bdca4f83eb31d0401dd97a2663fad06a0fcd58e0d5714960657adef83f23d0b3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6893fc96445fa1da1c74a00c176e26da18d45ec8b498eb4cd34b014b6f70ec7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:71627143d17ec62c62454fae82d7b2042aa0c47795ee6ac24ff189a903369993_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:7e2b63b987e6c3960db56c5fed3b452a38a9333f9145c50288349278fcaa0695_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:eb61ef7cfa86ea51968eb3dbf43e329113e06ac034726fb02f20b00470b583fa_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:2a9c0d5832b7eee7208a3b8d40b76d5c9596dc45f393b938ce7dd852554170fb_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a5bdfc7bbbb0646f1612c6ecb38da2b665e771156979bd13fcbdf453ba433892_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c118d228da7440c829617ab303a55fd04024e50f649a9d35fcec454819800e85_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f7c2224900afd59988e389aaf7e6bfce436709c2933899cc03aaf495880a9e45_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0436f93b5db238ff00453a75d75b695afc67be9cabef1826cadf8a4caa7673f2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:8d22682ab67cf071ccfc21b79d456569428fef438a78ba25a8b215290acea0ba_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9749ba3e3f57295dde73779179efcd83d02477105badfc9f1308e8a413b8e750_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d0500b07eccff025a69e848ab7a952e4c99dc1a5a95e9d1b1df9fb19ae617e63_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:213e976e1fefb757a9573b0bfa34a276bea3150ab2cef170c111db84ac25bd3a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:214f5c138f10a5459a2731686db0f7d3d74e88ef57bccce0930b996567930a79_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:63bb68b614a2dd51ca18a71da24cde135b79de8e9a1be3630ebde536ecafdbf3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c8e557c2faef786f63a9f7aa60c6813af618b643305e74eb53d6e7a9f862500e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:37904c6ae324e32fa522be59169275702ee15d5dfd6c8edd7021470e8d8b29ba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8dc4dc448b5f7f351403e763f40fd3a9a56b0ac67b3920e1d150bb2bb37ff98d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9c719cda8fa2d77ea65bb1080881c99ea2e1d16133bd4d9009e82a31b464dd8c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:cbf11a77737210433f5dbc9699d244edd27c8db3f372b98b852afc32e2556446_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29b7d0f2f0a0699b4bc80f6ac4bd46ba3f751941de6ec2e15e3aee0a71fe04f0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:bb9eaac0e0749b826d5328534091cecc2daa9af83f4ab1a97d0a1eed9f7d357a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd1f62f8ef90e634aba28399aa4bc4ca61cd7131508e9b284b12670ad8e9772a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f9884f918336b405c80f284ea56c14ee06eeff03f00d36eb37a0dd3245e9f7b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:1eca8f7cedc01e4cfe59bb33d9ad2c4a538fc3e82f93356656a91836bdb818cc_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2bcb4e7d2011f23376971be421283587028c928912af26db85c62721719b2fa3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b7004f3a53b4e2e9694e45b921e9e30df6f1538766084f1553217a190608a764_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ecfdff57b112e23d1b77db48f608d54c47b295afc4bfe58fd4a4f4117c41c989_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:10cf79f0c196012c4eeebe9122d69b9741df563ab447c9f33fdbb21217219ec8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3bf6a383d86c74701d58d0866eceaee9852f7b08a0d930c97c32a83ae3bca7f8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:51239cde91fd606c67694ac092c357b636c0e2464b02bbe3e6f7d8e6a4dd3632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:998e191ce5c5ee83418f92b2a1cdc5858f94bac9a42323211e08978c7aa09d7d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5210a1d2ebfb0ec47463cfc3df13874a5e04192672cb6850bf3295dac93261f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:9a39873bb7737f82772bb8054b795dc21ac90facfbdf52cdfcdc7dadc4f38402_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bde466bd3213ec9df19e71c0a3aeff0cb1cfc99b141c110b57fff7583a433e9f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cab8b37ed767b2cef072f6819c33de87cdf05597c2fd9fed4442ad307211e3f3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2127b934ef2303e8f6f18184a47cca468f86aabe0c79f5394a76d8a0a056b3fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:2d0952c7653b8d093df1feb6c1649f272165da655e80fff4aab5b1b0cf1b02ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:36b106db1a7de1b3ce6b5086a0bf53ff3aba19d807a5d862bfd68bc9fe5c3e7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d91470ccd00a09f9f7591a912dabe16ee26e4e0390a3e3d44fab5b8d1b3580dc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:409301b548668b1ed24b89d8a120ee7f176f58877f96bc60cb14e0b55c117b94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:519a220a002733600cb0c686e786c4295bbd0b44a216ff12d7fe7ba7ca5162a5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7454ac5cf8f18efa14047261ae1fe2d5ef8d8b4c7eb411697f45a5323c9f4f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9df33fb2ff2583de116f6228646a42efc627728262170aa874a8ccf19e8c94d5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:13e71a78fb7404977cc6157670cd6512a95d5797660984811530befb62085e4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:43ed48e5bb8a10186a4aa2d4d62100258c58951b524e3ecef377dc1181adcda1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:beb172c3849fde468d4111b3e68b68d3b50083e2405d0fffc2a775aaa112c2eb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fb437558145e19afd9883c22f721a80e61eafa7513e4045c46a29746569cdb3c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cea60863123a8ca7f3895034a6cb713e9096c956b98629384afb5b8f075a09_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:7b3bce203f0da69189bf7e7fded611fd349076edc8c6604148ca390f8dd42598_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11042c4766c64b538ea972ba2265e6a3551898d62db02e7a760448f05d13e2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:18a1c8c6a50224a735002a4707e885a0e6b0891c787803016461ea83680f7c2e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:57dd7288851b99c83e24c5cb291809b8c3af66f930d6ae2f52c461cfbd080202_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:ce1d3be9a284eaf892afbc8864d05eac55a335a54f69692871968064cc15e195_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:5981a8c1d9c32e515945f7e68d34da234254a77f889f430d0f9b480c57ff4410_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:61a6aa196efd891e52415fe04c0cf40d4e1d9742fcd43155e3ca57ea5f1b3394_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:9ccc7e6cffe20468e6dddf749aac14dc0367ea2b9589227a7d39b4392e0f22de_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b1dded7d90a92d21980c0b297f4e939f985548a94ad6b9d0f0432f17a5e08fa0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:070a5cd558a1891baa07f7427e8afb9eb0e9dfbbb162a99aced9009c45e2cb67_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:718778c04a70e6d3255954d5cf879ecc9e52e5e785c333c0a3439b3efdfe7c40_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d2b14155a7d0e212e2d8e9e21860723d7ab8ccafe75d1a56f4a1bbfdb6433a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:ffbe3d92e37342e9297ad201779b98d7b6668c03b74028648d5967b71719d81c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:33659509408fb9377687b6d0503708f727c6ae9412008d167f37df7f20be5a29_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:6b8f1e49ab8b43564c143a9dcd8c5e529bafb9f5d1ee7da7f56c5fa90575cbc0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a3cb5b30a173de4e662dcde815e00a3c5d924a3f96f76f3db25ea6d36af146f1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d63fdf350218ceb3932d786fb880ca558ee92bd8805ae806aa7734ef89ef4058_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:3d7eb0af73b6af2375f62cf4a18c5c6b577a63f1c1f1a5e81187e6b5acc36ca9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4b93319950503841ed5e32b3232a8038d892ad0b94a25e707a15f750792fef05_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6a568017d4256a0963186083376ea2f580cb9d44740ed1144c6061557b80c56c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:df2352cbf9871d479f01bd9e92d61d38f9f46f714d486e075563df2caf8ebae8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:018b65531e890f81f461bb25fcda13ceefa7e44bea39074497832c5c9793c98d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42f974ab673e9575cc749fe22aaed16a524bb9f16253ba3bf38c2f4d8b705404_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8deb4e91ba9fa0d2eed689c3116ffa2aa7eececb5de2438ebeb0d59744768bfe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d86cda20c2b28fd1fbd4c7c64d8e2c37428304ee325a29daaa0f66411eeea2a0_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5849199dd93e2b8965df9c22df0d40c86e4416f85831cb3b40c0ab630a2dc203_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:83968718bdb5a534789395e8b2f96a5b5fef866b15edba48591301154a14fe7c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a3b295dcf722a7930085a002d28dbf7adf64b3c71f5fc4a80bd48deed71c1d60_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:def35d5111be3a3e83047e185867cbb3c7552d628660c30e8872616a8eaff2f3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a58f7dd54bd022d89cba0b55f682f532b2ee8ead430da5ab1de6bf4afe0901_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8d0386a23c295fb84ccac97e71f2eab642c8df4f183a5cd340d7256aedf21d01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a1da6d734914fe2579988aede8adf86e99443e352da3947613423792c27aa0ef_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:e893b60e081d0a64bb8c02b568a63e6228e639529da72e8567c39d40be9e2e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6a9f2f1564d041135a26be0c95e16e465b91d256d923cc65de586c59537b77d1_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6d3cf792ffd43211ad732fe09562934d6cac60e8d8b901ce30d6843385009145_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:7f981fd7dc57540e9549e43d14b8e10d8b422df8e97fd29ac1dc27bf7ac2875c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ab662c219097d128845ba05c502f0a5da50dd5166ba3afd2f0f97a92ffef0d7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2ec8af0cb70a34ee638a6616d734b1d72e5b19f5725917794541649ca902b7b2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:371b2472a1b05257e9e0e9db262d16e851d198bccfc718a726f0dea15efcae86_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a66c7fd0dc07c6d82306f59dd5d799c02131c8641f9f7de329c07f131077f10f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dfecdaa29e5d6226eb0fc48ab15de4afc09e955b97507d25adcc1025a1303723_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:17e8715421718b2fa346c56370b15f02b40bbd9f1e73472afb02f6d970928d05_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:2115f46aa899b1a80bc674a01fb71afa19b63f0b0d522b4ba0f3db66341e5e35_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4b5dab489521a6035e331d6339073bd1e27f51610997c7f9e0dacba441bea2f6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cb6d97cc92ea5858f2d9f725ee7fa56cb1d46c1bfc2d5870fc8ba7cc0f30b1e4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5357b392926650b72a709131cbf72fd5759615f988900e6cb790188d083b5c94_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:544ab3e6b82ddede14af71b9096fdfd019422470d82ea24299ee34bf1165713d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c63ebc7ffaeacda25a09ed18037001eac265a7ff0b4e8c1362a90b88aed722c9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:f84c2f46bc8d2481e549596e489c5b8e5830e3396091b43005590d6b9a4e7633_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:3e5dc6c2cd8ad2b0ca5dd2dfe9951e4ad7cd1c94c663d848d69c6d6b706f3431_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:48040494941ad6cab0d1143a767f9ed252c1f791f322ee15f9c72ffa75774372_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5c97afb0cb2467f43ad5d72cade47134b6ad55043f08617a027960a57372f674_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f676cd194bd5bea1b040cf47e466324dbb7c40828fbf153a07ebb7aa71fc7c37_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:32a8ea063d903e2ed0ed5cbc99c08517c84ae129bc8e5f2c379cc1b324832597_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9dd1223d518319ee14a4c9797b7aff964f6282eb8cd69eb2fdbcb9fe708ca191_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a7a1a951f644e11f340a22b7a24c1194bd87821af3a57acc7bbabf2c6902957f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:de9b98991c31118c0e8e0febbb0fb51559868a08776dc71b39b27a3d6eabeefd_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1e06dd166f07920a9e7a9a04a926b0153a319e8c736470f729b05c63e40a03eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7178f83a9fb7588a735305271bfb65556a7cc08e73212a484c71e9cfe1dfecb6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:7ebe9bee0fa1f00e2bc7321ce7c3074efc8b91ee405daa020f4677fb0b2562b8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f11aa467254aedbed568d92249e3b9f517f444ef0cc0ea0efd0bcf3659c8663f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:063359dcf176fd3858e3786056169c3bb9dd0237cc8acf22870eef24f43b8fb7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:1aa732eb3a85a43a70e951c8b09e882e9c60007bcfb4431664b0f1558b8c6c58_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b9d68c2353f1e77d2c294ad24257e47f4072902d2bce92ac31e41e73a10454a8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c654705b4385f15d669a5c8c946e2531e6a2aabd19f198c5f6238e53e61c2ba6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:0861f5344ce2f7439fdeaf0c29608cbfcea8911a947be1896edb01e1d3bdf246_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27a701f6b58e6a7e648a561cfa0019b808fc0fc15042200e93b1eb0a26bb0cba_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3a0319fd8b483c6c5544f00137d583666d31e03432b4f05abf6f4516c6aba58f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:926d8ca4a63adf6931877b2483b619c09727b4a41cd179bcebfb8e7fc7e8b46d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6b57f770273bb6c58d19ac5f83b32c2e87c58ad8577737f034868e1e103d4ba1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b325cbe328246bc72ce40ab8c6a1583271099f9af74c90860d26c44a4ddae66c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:bec1464677067fa247923c22627dd1b78a61d4b52b7184b755f749f6671ac747_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d00ed4005806bc54f86428c6a96ffa8d18072b721fc5284236bdbc8c611c7f54_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:4ad16efe1382775ec4db5906e28cc988dee7e3b3abd5d2db0a821cc05ce973e5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:7a118c853d9030d042e82e366e0e0e3934d3e36e0a4b79a8554b69c05b9b06a0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2942b189e709d90872bc74610049e5357c66fb96ece4d5c7b1567ca8d3581a8b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:5083860cd74c3102636ff161bc5ef22f8c2df20976e551c0121bd44401b9fa56_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:967157da42ee786bd90ee751250951a4426888e2369e7343025cc6019af0b42f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:acb6ea0eeef9de10e44e4bf8130adfaf52397d05f551680dbfc994d44c77e98d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1574f3aa732d06ebbde6e4ee146f83dfb4244f74b1a42328ca44ee52983779d8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:20b9518213e1bf7818ae64c5476469b42aa2b2fa66076de8c0e206cbfe812e54_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e08852bc10a58bbf17b51c31c8148f9102c1ac6997b9755834f3a2574d9b723_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8d886f6d708a11886df34d31f04904c5d035427e623bf3afa3c681fbfc26790b_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:d9fa1a505db0431a967b64165e31cae50634180ce3fac3b8d146dff389dc0aa5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:f2ba92a6a8e3828fadc89a827110c633a84e1ac5bdc73d149e4ade1dba04f5f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:70c7ac224f626340cd45d04e54fd8a9a0eb5cee58a189ede62e17643e8ae9726_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:94fca5b67dade8201469beb54f38bc76fa8bbd7641187057e16bb9a2a688e63b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:bba04a3ab3be28f2f3d8d1de01505ef6bb957fb290f1e827846c0fb4e536be4f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f5ff04ecb8fae776af96d1ebc2daabd57d7bb132f31c13ef03982f29b988342c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2ec47e18058c41ee2458b8cb18c1c1fe8f0455d760b69876df9f3ceb9a122a05_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:4241489459f5b1dcb1fef8f2a13b65ad47cb25251e87734e5b82161e0e54ea8d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5245570b74712a669d7b984dceef39258df2de2069e98751f2b0d7ba218d0f11_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8833e98b4fd4435d6d10a5a13aead16ca29bcc0c77aa47fbcf530281c66ad4e3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:13e6d0dce5c9c55a81c49402bd1aca368dcaebde5454a8cfe4da2ca224c84227_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5670dff576d6175da6507eff3a6b89592a0ca86aeef3453e2d15b38b79bacb2d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d00a94bbde631db9950812561392c8f9963b39f4d9d83eb7ba0dc55e35c26aad_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:d379d721a10b07acd1b4789e6f2f557f3ea470c972f0776e75e253c540a84753_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1260a2e9f31b5cc5f57b0ddd6d73ffddde365da2b2ec97416091a6a8b1a77533_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:7f60d772fb16ac5c42b67388e5660926783dcc2b98f9b7b3dfc122b02ad690af_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:96852acda8461ef6f0ca00a3ba76c37d0e9940915efedbdf4055d74d7f32b84e_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9f5357a9487966e2e7a2d02e534fa0c208d23c0a744222b0672bf11421d32638_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0d5c79b0dc5e7a39b8a2c2b23226a2a850aeb2e1abb6ff0b55b444dc5692fb80_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0fe954e2b071f37783ccd8ab8a33be71203d2540e82a2d33ac94d10a7085a67b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8dc7c07ffd6097dfe69c697405a39e4bf5e534fdbb30dbd62e840be014f20507_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a210f70f5481231e5fbac15c887ee143f9631f44b7e08f5647486a890c188355_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:3b21d93912573260ee51f86bbcf89c61ca6b78a645baa5574a490b39f021908f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f6932d6902b0e5d27f12c7be2d0138be412d02a2279618d9a799327567ad653_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:6ae5ceeff0439bfaa813ad7e4225f13f104579fe8ff34e2280a0814744d8267b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e99b610e8fc0c7cc903a00e5175dfda8d23bff9abe5589ab5f8d9172c81e85ec_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:160b937f71f40d540979221d48468dc96b84d80c1bfa776abd6b82cd75f2355a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1636cee2ae6526fbc2e0f368b2553b7a29a136fc272fd774e38ebbe6d8fbd10a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:72bedd2f86920df60702f4f00282d53d679165acdfa7f1891c7e09616a08c8b0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:e178cc8fc3019f53fdaa29558aa807f1d7946be9f8722730f6e99c5653e365cf_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:148a153e9ed6c0bf6942e9dcc63e94db24ee1e90783e0eb8330a8a38fc37c78d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:425a643473391982c9f16876b390bc1fb348f5abd7e9c449ae1f9bbe26ca35cc_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:799ccbbd7372238cb543ab49e899d46691ce96f83db656e3174a37677cdd58c9_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f213b038b85d7f645aa26da2bf867903f69544965080be932fc58464b2337563_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:10f775b20e6f48c7fca2b2a2b8693b7ec78998c0adc6cc4e86f1553e0310839b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:dd9723644de1597b0f17bbc47a95f267733a27a983787b4df396efbcf60e5b4e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e6410bc928fccc5361c96ab7c2409f9cdef79910d3506bf67ca6e4ed71b8a5fa_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f7daeb6432d1cc576ac25c7f2aa2ceec81d3c53a195f45586dda9c3f055412ac_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:1caece46c1b7d77fc9d7605b3efbe205bc321cef4bf0f13a854e7f199d76c296_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:315f0ef275f894d402a98585d64402d951e0ac819e6b3d12d324f431d7ebcb41_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:954bfaf9d81bdc1c6451f35ee59c3d8aaa811bc15eae670cbeb7d23a43ef1016_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bd9fb0f76cb45a802eefaa77d8278da6d26bd83efd4db10b93f048df26d06083_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:15ff53c2128141284b976e091b0ea5c1446fe68fbce33bb9c0fb0343cbe38342_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7437292f37880bb54bdc377dd5106b85f80e70408a65ac75575d46313a42114a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:97bff31f951f4345f08e636c8c5adcddfebefd5fe362f6eac5f422b89a839611_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f7c9f5ceeb0db77d3cdd4c067daa4a492301d88b0df2650b196d3b8df56a13ec_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:33ae3b1e8162e8474c506fe0709c75098019305d014c6c6cf4c08bf54c4b8258_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:6045e577f2e3ce8ff931cf97ad6243536e860e3df34ae576b512b7851338e0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6d7e78ae6f7f7eae8c4da526b57178108b2ea6a87186a7aadf1aafc36694b2ce_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:d5c7e923ef697dd90d20e1bfcec7a6a9a8d944b00d17ad6a425cbcb00bfd1b19_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b80129251547ae24614f5f0905ec1b39a7d0cb5ad06b69d2990202bc2931eeb4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:acc5907ebc9a160e2cb79687b23fd478de41c41d2bffba9125a0b72f6c00d168_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0fdc6dc9a4d34bb26592e7688b5a044320fba4e386b8e4ed75a450c47f3c52c3_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6157bc0da93a46cef31c156ca2b26360f756241f82d8b17997f1e092528f6aa7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:99fb432df365fcb780a2587ccbcf64aa3c216c890adacd66a085f32885b1ce2a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fc6ea5894aed60c48a428136ae297168a1133b8f8628b630cce9fb89f82d04f8_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:298afd8b215c1b6b25ef9a151b8c4e397a9596504d191fa964578b267479f76b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:3a9dd9a934985501b9648bb8307333fb7ebb34fbb28db1cdcca89d9c06485d98_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:404bdc6c8e7bebc2c76c0c1ce80077b9dc5ee936187ed05dae1fbb5ed7f3417d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:ddefe6e55ba0d617fd97da931dd2e78388fd7daa055f1ea65511ab52e5fa13d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:27c597ff5fc607c5e6ec527723008f4b49a82292a0efb7bc944a464a161d387c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:6b4fd98e24d0812f34719cf3d39300b6b6c87a1646065788cb45221833f62655_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:734a372e00c31912b7b4cad89ad0212c81d0aed0e2205ce425b11c9c9afef33f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:cf599b2d61f3473845c7d11c0ea49e33434ebb63452ae7923bdfb23ecc3dfebd_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: NO_PROXY bypass via crafted URL"
}
]
}
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.